惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
博客园 - 司徒正美
I
InfoQ
宝玉的分享
宝玉的分享
G
Google Developers Blog
J
Java Code Geeks
Martin Fowler
Martin Fowler
The GitHub Blog
The GitHub Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
罗磊的独立博客
腾讯CDC
F
Fortinet All Blogs
A
About on SuperTechFans
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
B
Blog RSS Feed
博客园 - 聂微东
D
DataBreaches.Net
Hugging Face - Blog
Hugging Face - Blog
The Cloudflare Blog
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏

Business Tech News: Latest Updates on Innovations, Startups, and Market Trends | The HinduBusinessLine

Additive steps up lubrication Tackling iron deficiency from a steel mill Geo-engineering against climate change ZincGel vs Li-ion battery Why the energy sector isn’t AI-ready yet IT services giant TCS takes an AI-led avatar IIT-M revives forgotten route to industrial wastewater treatment IIT-Kanpur-incubated start-up develops unique battery technology Two faces of water Why the made-in-India ePlane is unique Moving satellite data at laser speed Longer-lasting zinc battery How simulation tech can ready robots for the real world DAE commissions world’s first nuclear heat-based copper-chlorine hydrogen plant DAE commissions world’s first nuclear heat-based copper-chlorine hydrogen plant Subterranean forest of fungi Using sound waves to bypass charge-based circuits AI aides to decode Indian law How the US funding cut impacts cancer research The time to deploy thorium is now The protein-peptide bonds that heal IIT-Kanpur hosts India’s first DORIS beacon How plants summon help IIT-Madras sets up testing tank for ships, submarines Dentistry’s prehistoric drill With AI, science is borderless How ‘spent’ graphite breathes new life into fuel cell Coal gas can yield clean hydrogen at $1.25 a kg Light, compact antennas IMD launches pilot weather forecast within 1 km radius in UP, national roll out in 2-3 years
Fishing out fake news using a deep-learning neural network
By Team Quantum · 2026-06-01 · via Business Tech News: Latest Updates on Innovations, Startups, and Market Trends | The HinduBusinessLine

Researchers at the ABV-Indian Institute of Information Technology (IIIT), Gwalior, have developed a new artificial intelligence system that combines text analysis, image recognition and fuzzy logic to detect fake news in Indian media with high accuracy.

The system, called F2IND-IT! (fuzzy fake Indian news detection using images and text), was described in a recent paper uploaded to arXiv. The researchers say the project addresses a growing challenge in India, where rapid internet penetration and social media use have accelerated the spread of misinformation.

According to data from the Press Information Bureau, under the Ministry of Information and Broadcasting, 1,575 fake news cases were reported between 2022 and March 2025. The number rose from 338 in 2022 to 583 in 2024. Data from the National Crime Records Bureau also show a 214 per cent increase in fake news cases during the early pandemic period from 2018 to 2020. A 2024 study by ISB and CyberPeace found that 46 per cent of false information was about politics, and over 77 per cent of it spread through social media platforms. Another survey among Gen Z users in Delhi found that 91 per cent believe fake news can affect election outcomes.

To tackle the problem, the researchers designed a multimodal AI model that analyses both the written content of news articles and the accompanying images. The framework uses DistilBERT — a lightweight language-processing model — to understand text semantics, while a convolutional neural network (ResNet-50), which is a deep-learning image recognition system, extracts visual features from photographs. These inputs are then combined using an ‘attention mechanism’ and processed through an adaptive neuro-fuzzy inference system (ANFIS), which produces a probability score indicating whether a news item is fake or genuine.

The model was trained and tested on the Indian Fake News Dataset (IFND), which contains more than 56,000 news articles spanning politics, elections, Covid-19, violence and other topics. According to the paper, the proposed system achieved an accuracy of nearly 98 per cent, outperforming several alternative model configurations in ablation studies.

The researchers say future versions could rely less on manually designed fuzzy rules and instead use data-driven systems capable of dynamically generating their own inference structures during training.

Published on June 1, 2026