this post was submitted on 04 Oct 2023
66 points (94.6% liked)

Technology

73727 readers
3564 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

An algorithm that takes just seconds to scan a paper for duplicated images racks up more suspicious images than a person.

top 11 comments
sorted by: hot top controversial new old
[–] qooqie@lemmy.world 26 points 2 years ago (1 children)

This is kind of one of those “yeah, no shit” findings

[–] AbidanYre@lemmy.world 8 points 2 years ago (2 children)

Not entirely sure why it needs ai for that either.

[–] SpeedLimit55@lemmy.world 10 points 2 years ago (2 children)

AI is the new buzzword for media to use.

[–] GentlemanLoser@ttrpg.network 5 points 2 years ago (1 children)

It's in the corporate world too. Today my boss mentioned the AI capabilities that a certain piece of software offered. Turns out being able to search text embedded in illustrator as Live Type is bleeding edge. Who knew.

[–] SpeedLimit55@lemmy.world 3 points 2 years ago

This? https://helpx.adobe.com/illustrator/using/retype.html

That could actually be helpful for me. Didn’t know it was a new feature lol.

[–] thbb@lemmy.world 2 points 2 years ago* (last edited 2 years ago)

As commonly said: the product advertises its new AI feature. The job posting of the person who implemented it was 'data scientist', and the technique used is called logistic regression.

Well, in this context, it's more image comparison or some other simple technique not even relying on a training dataset.

[–] Zeth0s@lemmy.world 1 points 2 years ago* (last edited 2 years ago) (1 children)

Better accuracy usually (but not granted if badly implemented)

[–] AbidanYre@lemmy.world 2 points 2 years ago (1 children)

Better accuracy than what? What the article describes is fairly basic image processing. The whole thing could be done with like a dozen lines of Python.

[–] Zeth0s@lemmy.world 1 points 2 years ago (1 children)

In Image classification. Neural-network-based ML methods can have greater accuracy than alternative options in image classification

[–] AbidanYre@lemmy.world 1 points 2 years ago (1 children)

For classification, sure. But based on the article that's not what they were doing here. This was just comparing an image to a bunch of other images to see if it was the same.

[–] Zeth0s@lemmy.world 1 points 2 years ago

To see if they are similar. They are not interested to see if the image is the same but to understand if the message is the same, to the level that it is a fraud, not simple citation. They are flagging frauds...

I have no idea how they do it, and I strongly believe it is an overkill given that the credibility of published research is low due to the mafia-like academic system, not because of few frauds.