this post was submitted on 25 Dec 2023
1925 points (98.0% liked)

People Twitter

6836 readers
486 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a pic of the tweet or similar. No direct links to the tweet.
  4. No bullying or international politcs
  5. Be excellent to each other.
  6. Provide an archived link to the tweet (or similar) being shown if it's a major figure or a politician.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] BoastfulDaedra 135 points 1 year 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] 60 points 1 year ago* (last edited 1 year 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] 34 points 1 year ago (2 children)

I think you're fighting a losing battle.

[–] [email protected] 15 points 1 year ago (3 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] 4 points 1 year 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

load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 22 points 1 year 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 1 year ago* (last edited 1 year 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.

[–] BoastfulDaedra 4 points 1 year 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 1 year 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 1 year 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.

[–] [email protected] 5 points 1 year 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] 1 points 1 year 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.

[–] [email protected] 1 points 1 year 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.

load more comments (11 replies)