


Not long ago, we just recruited a Nobel Prize winner who published many papers through PS method.
Now, as more and more academic publishing organizations begin to use AI software to detect tampered data, scientists who are lucky enough to do so should think twice before committing.
#Is the picture misused?
In today's academic circles, it is quite common to copy, flip, rotate, move, and crop pictures of the same cell group before reusing them.
Using these doctored images, researchers pretend that they have a lot of data and have done a lot of experiments, when this is not the case.
According to Daniel Evanko, director of operations for the American Association for Cancer Research (AACR), image duplication was the primary reason AACR retracted papers between 2016 and 2020. And retraction not only damages the reputation of the author, but also damages the reputation of the publisher.
To avoid embarrassment to both parties, academic publications like AACR have begun using AI software to detect image duplications before publishing papers. The software is called Proofig, an image inspection program developed by an Israeli startup.
Evanko presented the results of the pilot study at the International Peer Review and Scientific Publishing Conference in Chicago in early September and described how Proofig has impacted the AACR.
AACR publishes ten research journals and reviews more than 13,000 submissions annually. From January 2021 to May 2022, officials used Proofig to screen 1,367 papers tentatively accepted for publication, checked 208 papers with duplicate images, and contacted the authors of the papers.
According to foreign media reports: In many cases, the duplication of images in papers is due to "image misuse", and this problem can be solved by submitting new data.
The editor said: Is it that simple?
In other cases, Proofig showed clear signs of fraud. Of these 208 papers, 4 were retracted and 1 was rejected.
Academic fraud has always been common and occurs in institutions with poor reputations. However, now, academic fraud is frequently discovered in top laboratories of famous universities.
Science recently released an investigative report saying that decades of research on new treatments for Alzheimer’s disease have failed and clinical trials have failed, all based on an article. Image duplication in highly cited papers.
One of the evidences of fraud that Proofig found was a series of blurred lines produced using Western blots technology that were copied, edited and pasted into the mouse data. This kind of fraud is difficult to spot to the untrained eye.
Proofig CEO Dror Kolodkin-Gal said finding such subtle changes would be a fairly tedious task for most humans, but it's ideal for computers.
##"Misuse of Pictures" by 2019 Nobel Laureate Gregg L. Semenza
When Proofig works, it first checks whether a specific image matches other sub-images in the paper. The sub-image may be moved, flipped or rotated, cropped or copied, there are quite a few possibilities.
Proofig combines computer vision and artificial intelligence algorithms to extract and classify images. This kind of calculation is very complicated, but fortunately, machine learning is making rapid progress.
"Before the advent of artificial intelligence, just extracting sub-images from papers required ten times the R&D investment, and God knows how to calculate it. Whether it was technological advancements in algorithms or running GPUs in the cloud Ability has brought about huge changes." Kolodkin-Gal said.
Still requires human intervention
Of course, AI software like Proofig cannot find cheaters on its own.
Elisabeth Bik, an image forensics expert and independent scientific consultant, said: "To interpret the results of the software, we still need a person with relevant knowledge and experience." After all, the human eye can outperform a computer in some situations.
"You can't let the software run on its own because it might flag a lot of things that aren't problematic."
Bik at work Another AI software-ImageTwin was used. Sometimes, it doesn't analyze protein blots very clearly. "A Western blot is basically a black stripe on a plain background. I can see some subtleties in the shape with my human eye, but this software somehow just can't see it."
"This is probably because the workings of our eyes and brains are super complex. I think maybe it's because the software only looks for relative distances, so a black stripe just looks like a black stripe. It's also not very good at finding Small edges, or similar shapes to other shapes," Bik said.
##"Misuse of Pictures" by 2019 Nobel Laureate Gregg L. Semenza
Examining protein prints is very challenging for machines, Kolodkin-Gal agrees. "It took us a lot of investment to finally find a good algorithm to find those bands. This is too challenging for artificial intelligence because the bands are very small."
Academic publications use image inspection tools like Proofig at different stages of the publishing process. AACR will scan all manuscripts that are initially accepted, and Taylor & Francis will only use it to check papers that are questioned by editors or peer reviewers.
"If the software detects potential image duplication or other manipulation, and this determination is supported by our team of experts, we will respond to such incidents in accordance with established procedures and the Publication Ethics Committee An investigation will be carried out in accordance with the established guidelines," a company spokesperson said.
In the publishing process, when to use these tools depends on the cost. Image processing is computationally intensive, so publications must pay cloud computing costs for companies like Proofig.
##"Misuse of Pictures" by 2019 Nobel Laureate Gregg L. Semenza
It would be too expensive to screen every paper at the submission stage. For example, using Proofig to analyze 120 sub-images costs $99. To thoroughly check a paper, Proofig needs to handle all possible combinations in a paper, which can be considered a "huge sum of money."Currently, AACR and organizations such as Taylor & Francis are negotiating to provide a packaged service tailored to their business at a cheaper price.
Helen King, director of SAGE, said: “Due to the cost of human supervision and using software, we currently only use Proofig when papers enter more advanced review stages. So far, it has Problems have been flagged in nearly one-third of the papers detected. Next, relevant professional knowledge is needed to explain."
AI cannot detect copied images in different papers
Now, more and more organizations are beginning to use AI software.The American Association for Clinical Research has also adopted Proofig, while publishers such as Frontiers have also developed their own tools.
Wiley is also using some kind of software, while PLOS, Elsevier and Nature are either open to projects or actively testing projects. Although artificial intelligence software is getting better at spotting suspicious data, it cannot catch all forms of cheating by scientists. Proofig can check if an image is duplicated in the same paper, but it won’t catch it if the image has been copied or processed in a different paper. Obviously, in order to deal with this situation, Proofig needs to build an image cache database captured from published papers to conduct a comprehensive comparison. ##"Misuse of Pictures" by 2019 Nobel Laureate Gregg L. Semenza "The biggest challenge we face is big data." Kolodkin-Gal said. "If publications don't band together and build an image database, image plagiarism will still be a big problem. To develop artificial intelligence, you have to have big data." Although we still have Despite all its flaws, the emergence of Proofig software is still a good start in combating cheating and improving academic integrity. “I do think it’s a very good thing for publications to start using software because it provides some quality control over the publishing process and will act as a deterrent. This type of software will Let the authors know: We will review your paper for these types of duplications. In my opinion, it won't prevent fraud, but it will make it a little harder," Bik said. If AI can really act as a sufficient deterrent to academic fraud, it would be a good thing.
The above is the detailed content of Specialized in treating 'image misuse'! Elsevier, Nature and other top journals use AI to uncover cheating scientists. For more information, please follow other related articles on the PHP Chinese website!

网上下载的 pdf 学习资料有一些会带有水印,非常影响阅读。比如下面的图片就是在 pdf 文件上截取出来的,今天我们就来用Python解决这个问题。安装模块PIL:Python Imaging Library 是 python 上非常强大的图像处理标准库,但是只能支持 python 2.7,于是就有志愿者在 PIL 的基础上创建了支持 python 3的 pillow,并加入了一些新的特性。pip install pillow pymupdf 可以用 python 访问扩展名为*.pdf、

PHP和GD库实现图片裁剪的方法概述:图片裁剪是网页开发中常见的需求之一,它可以用于调整图片的尺寸,剪裁不需要的部分,以适应不同的页面布局和展示需求。在PHP开发中,我们可以借助GD库来实现图片裁剪的功能。GD库是一个强大的图形库,可提供一系列函数来处理和操控图像。代码示例:下面我们将详细介绍如何使用PHP和GD库来实现图片裁剪。首先,确保你的PHP环境已经

此前,PS的重建图像功能就让人无比振奋,让无数人惊呼今天,StabilityAI又放大招了。它联合Clipdrop推出了UncropClipdrop——一个终极图像比例编辑器。从Uncrop这个名字上,我们就能看出它的用途。它是一个AI生成的「外画」工具,通过创建扩展背景,这个工具可以补充任何现有照片或图像,来更改任何图像的比例。敲黑板:通过Clipdrop网站,就可以免费试用这个工具了,无需登录!比例任意调,满意为止Uncrop基于StabilityAI的文本到图像模型StableDiffus

在网页开发中,图片预载是一种常见的技术,可以提升用户的体验感。当用户浏览网页时,图片可以提前下载并加载,减少图片加载时的等待时间。在Vue框架中,我们可以通过一些简单的方法来实现图片预载。本文将介绍Vue中的图片预载技术,包括预载的原理、实现的方法和使用注意事项。一、预载的原理首先,我们来了解一下图片预载的原理。传统的图片加载方式是等到图片全部下载完成才显示

vue报错找不到图片的解决办法:1、修改配置文件,将绝对路径改为相对路径;2、将图片作为模块加载进去,并将图片放到static目录下;3、将imageUrls引入响应的vue文件中,解析引用即可。

如何在uniapp中实现图片滤镜效果在移动应用开发中,图片滤镜效果是一种常见且受用户喜爱的功能之一。而在uniapp中,实现图片滤镜效果也并不复杂。本文将为大家介绍如何通过uniapp实现图片滤镜效果,并附上相关代码示例。导入图片首先,我们需要在uniapp项目中导入一张图片,以供后续滤镜效果的处理。可以在项目的资源文件夹中放置一张命名为“filter.jp

php写图片不显示不出来的解决办法:1、找到并打开php.ini文件;2、找到“extension=php_gd2.dll”,并将前面的分号去掉;3、重新启动服务器;4、在绘图前清一下缓存即可。

哈喽,大家好。你有没有想过用 AI 技术去除马赛克?仔细想想这个问题还挺难的,因为我们之前使用的 AI 技术,不管是人脸识别还是OCR识别,起码人工能识别出来。但如果给你一张打上马赛克的图片,你能把它复原吗?显然是很难的。如果人都无法复原,又怎能教会计算机去复原呢?还记得前几天我写的一篇《用AI生成头像》文章吗。在那篇文章中,我们训练了一个DCGAN模型,它可以从任意随机数生成一个图像。随机数作为像素生成的噪声图模型从随机数生成正常头像DCGAN包含生成器模型和判别器模型两个模型组成,生成


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 Chinese version
Chinese version, very easy to use

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver Mac version
Visual web development tools
