this post was submitted on 25 Dec 2023
1928 points (97.9% liked)

People Twitter

4863 readers
2918 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a tweet or similar
  4. No bullying.
  5. Be excellent to each other.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 139 points 8 months ago (19 children)

We really need to stop calling things "AI" like it's an algorithm. There's image recognition, collective intelligence, neural networks, path finding, and pattern recognition, sure, and they've all been called AI, but functionally they have almost nothing to do with each other.

For computer scientists this year has been a sonofabitch to communicate through.

[–] [email protected] 61 points 8 months ago* (last edited 8 months ago) (38 children)

But "AI" is the umbrella term for all of them. What you said is the equivalent of saying:

we really need to stop calling things "vehicles". There's cars, trucks, airplanes, submarines, and space shuttles and they've all been called vehicles, but functionally they have almost nothing to do with each other

All of the things you've mentioned are correctly referred to as AI, and since most people do not understand the nuances of neural networks vs hard coded algorithms (and anything in-between), AI is an acceptable term for something that demonstrates results that comes about from a computer "thinking" and making ~~shaved~~ intelligent decisions.

Btw, just about every image recognition system out there is a neural network itself or has a neural network in the processing chain.

Edit: fixed an autocorrect typo

load more comments (38 replies)
[–] [email protected] 35 points 8 months ago (2 children)

I think you're fighting a losing battle.

[–] [email protected] 15 points 8 months ago (4 children)

You're right, but so is the previous poster. Actual AI doesn't exist yet, and when/if it does it's going to confuse the hell out of people who don't get the hype over something we've had for years.

But calling things like machine learning algorithms "AI" definitely isn't going away... we'll probably just end up making a new term for it when it actually becomes a thing... "Digital Intelligence" or something. /shrug.

[–] [email protected] 10 points 8 months ago (1 children)

It isn't human-level, but you could argue it's still intelligence of a sort, just erstatz

[–] [email protected] 4 points 8 months ago (6 children)

I dunno... I've heard that argument, but when something gives you >1000 answers, among which the correct answer might be buried somewhere, and a human is paid to dig through it and return something that looks vaguely presentable, is that really "intelligence", of any sort?

Aka, 1 + 1 = 13, which is a real result that AI can and almost certainly has recently offer(ed).

People are right to be excited about the potential that generative AI offers in the future, but we are far from that atm. Also it is vulnerable to misinformation presented in the training data - though some say that that process might even affect humans too (I know, you are shocked, right? well, hopefully not that shocked:-P).

Oh wait, nevermind I take it all back: I forgot that Steven Huffman / Elon Musk / etc. exist, and if that is considered intelligence, then AI has definitely passed that level of Turing equivalence, so you're absolutely right, erstatz it is, apparently!?

load more comments (6 replies)
[–] [email protected] 4 points 8 months ago

This problem was kinda solved by adding AGI term meaning "AI but not what is now AI, what we imagined AI to be"

Not going to say that this helps with confusion much 😅 and to be fair, stuff like autocomplete in office soft was called AI long time ago but it was far from LLMs of now

[–] Klear 1 points 8 months ago

Enemies in Doom have AI. We've been calling simple algorythms in a handful lines of code AI for a long time, the trend has nothing to do with languege models etc.

load more comments (1 replies)
[–] [email protected] 22 points 8 months ago

AI = "magic", or like "synergy" and other buzzwords that will soon become bereft of all meaning as a result of people abusing it.

[–] [email protected] 5 points 8 months ago

There's whole countries that refer to the entire internet itself as Facebook, once something takes root it ain't going anywhere

[–] [email protected] 5 points 8 months ago* (last edited 8 months ago) (1 children)

Computer vision is AI. If they literally want a robot eye to scan their cluttered pantry and figure out what is there, that'll require some hefty neural net.

Edit: seeing these downvotes and surprised at the tech illiteracy on lemmy. I thought this was a better informed community. Look for computer vision papers in CVPR, IJCNN, and AAAI and try to tell me that being able to understand the 3D world isn't AI.

[–] [email protected] 4 points 8 months ago (1 children)

You're very wrong.

Computer vision is scanning the differentials of an image and determining the statistical likelihood of two three-dimensional objects being the same base mesh from a different angle, then making a boolean decision on it. It requires a database, not a neutral net, though sometimes they are used.

A neutral net is a tool used to compare an input sequence to previous reinforced sequences and determine a likely ideal output sequence based on its training. It can be applied, carefully, for computer vision. It usually actually isn't to any significant extent; we were identifying faces from camera footage back in the 90s with no such element in sight. Computer vision is about differential geometry.

[–] [email protected] 5 points 8 months ago (2 children)

Computer vision deals with how computers can gain high level understanding of images and videos. It involves much more than just object reconstruction. And more importantly, neural networks are a core component is just about any computer vision application since deep learning took off in the 2010s. Most computer vision is powered by some convolutional neural network or another.

Your comment contains several misconceptions and overlooks the critical role of neural networks, particularly CNNs, which are fundamental to most contemporary computer vision applications.

[–] [email protected] 3 points 8 months ago

Thanks, you saved me the trouble of writing out a rant. I wonder if the other guy is actually a computer scientist or just a programmer who got a CS degree. Imagine attending a CV track at AAAI or the whole of CVPR and then saying CV isn't a sub field of AI.

load more comments (1 replies)
[–] [email protected] 1 points 8 months ago

I imagine it's because all of these technologies combine to make a sci-fi-esque computer assistant that talks to you, and most pop culture depictions of AI are just computer assistants that talk to you. The language already existed before the technology, it already took root before we got the chance to call it anything else.

[–] [email protected] 1 points 8 months ago (1 children)

Language is fluid, and there is plenty of terminology that is dumb or imprecise to someone in the field, but A-ok to the wider populace. "Cloud" is also not actually a formation of water droplets, but someone's else's datacenter, but to some people the cloud is everything from Gmail to AWS.

If I say AI today and most people associate the same thing with it (these days that usually means generative AI , i.e. mostly diffusion or transformer models) then that's fine for me. Call it Plumbus for all I care.

load more comments (12 replies)