<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>small object detection &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/small-object-detection/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 14:18:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>small object detection &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Quantum-Inspired Fuzzy System Boosts Drone Object Detection From the Frequency Domain</title>
		<link>https://scienmag.com/quantum-inspired-fuzzy-system-boosts-drone-object-detection-from-the-frequency-domain/</link>
		
		<dc:creator><![CDATA[Katie Riggs]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 14:18:44 +0000</pubDate>
				<category><![CDATA[Space]]></category>
		<category><![CDATA[challenges in aerial object detection]]></category>
		<category><![CDATA[computer vision]]></category>
		<category><![CDATA[deep learning limitations for small objects]]></category>
		<category><![CDATA[discrete cosine transform]]></category>
		<category><![CDATA[discrete wavelet transform]]></category>
		<category><![CDATA[drone aerial object detection]]></category>
		<category><![CDATA[drone surveillance]]></category>
		<category><![CDATA[frequency domain analysis]]></category>
		<category><![CDATA[frequency domain analysis for drone detection]]></category>
		<category><![CDATA[frequency domain analysis in computer vision]]></category>
		<category><![CDATA[hybrid drone detection frameworks]]></category>
		<category><![CDATA[MATLAB]]></category>
		<category><![CDATA[MATLAB implementation of drone detection algorithms]]></category>
		<category><![CDATA[mean Average Precision]]></category>
		<category><![CDATA[quantum-inspired computing]]></category>
		<category><![CDATA[quantum-inspired data encoding in computer vision]]></category>
		<category><![CDATA[quantum-inspired fuzzy systems]]></category>
		<category><![CDATA[small object detection]]></category>
		<category><![CDATA[small object detection from aerial imagery]]></category>
		<category><![CDATA[Type 2 fuzzy inference system]]></category>
		<category><![CDATA[Type 2 fuzzy inference systems]]></category>
		<category><![CDATA[UAV object detection]]></category>
		<category><![CDATA[VisDrone2019]]></category>
		<category><![CDATA[VisDrone2019 benchmark for drone detection]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=195307</guid>

					<description><![CDATA[Researchers have unveiled a quantum-fuzzy framework that uses frequency domain analysis to outperform leading detectors at spotting small objects in drone imagery.]]></description>
										<content:encoded><![CDATA[<p>Aerial object detection has long been one of computer vision&#8217;s most stubborn challenges. When a drone hovers hundreds of meters above a city, the vehicles, pedestrians, and cyclists below shrink into scattered clusters of just a few dozen pixels, frequently half-hidden by buildings, shadows, and cluttered backgrounds. Conventional deep learning detectors, even highly optimized ones such as YOLOv5, Faster R-CNN, and SSD, struggle in this regime because their feature extractors were largely designed around objects that occupy large portions of the image. A new study published in the International Journal of Aeronautical and Space Sciences proposes an unusual way around this limitation: a hybrid framework that combines classical frequency domain analysis, quantum-inspired data encoding, and a Type 2 fuzzy inference system to detect small aerial objects more reliably than established baselines.</p>
<p>The framework, known as QF-FODA, short for Quantum-Fuzzy Framework for Aerial Object Detection via Frequency Domain Analysis, was developed by Dharmendra Prakash and Alkesh Agrawal of SRM University in India, Saifullah Khalid of IBMM Research in Sudan, and Dinesh Kumar Nishad of DSMNR University in Lucknow. The team implemented and validated the entire system in MATLAB 2024b, testing it on two widely used benchmarks: VisDrone2019, the large-scale drone detection challenge dataset, and the UAV Small Object Detection Dataset distributed on Kaggle under a CC0 public domain license. The results showed a mean Average Precision of 74.3 percent at an Intersection over Union threshold of 0.5, or mAP@50, on VisDrone2019, with a stricter mAP@50:95 score of 49.2 percent, and 78.6 percent mAP@50 on the Kaggle UAV dataset, outperforming the baseline methods by margins ranging from 4.2 to 9.7 percentage points.</p>
<p>The first pillar of the approach is its departure from purely spatial image analysis. Most modern detectors process raw pixels and rely on convolutional layers to learn features, but small objects lose too much of their spatial signature when compressed across multiple network stages. Instead, QF-FODA transforms imagery into the frequency domain using both the discrete cosine transform and the discrete wavelet transform. The DCT, a workhorse of image and video compression, concentrates the energy of natural images into a small number of low-frequency coefficients, which makes subtle texture and edge patterns more accessible. The DWT, rooted in Mallat&#8217;s classical theory of multiresolution signal decomposition, decomposes an image into approximate and detail sub-bands at successive scales, allowing the system to examine an object simultaneously at coarse and fine resolutions.</p>
<p>This multi-resolution frequency representation matters particularly for aerial imagery, where object scale varies enormously with altitude and where motion blur and haze distort high-frequency detail first. By analyzing the frequency content rather than only the pixel values, the framework can pick up the periodic structure of vehicle roofs, the edges of tiny pedestrians, and the characteristic signatures of cluttered urban backgrounds in a representation that is inherently more robust to contrast changes. Recent work by other groups, including frequency-aware transformers and frequency-domain modulation networks for hazy aerial imagery, has supported the broader idea that frequency information carries discriminative cues that spatial pipelines discard. QF-FODA builds that insight directly into the feature extraction stage rather than treating it as an afterthought.</p>
<p>The second pillar is a quantum-inspired amplitude encoding scheme. The researchers do not run their algorithm on a quantum computer; instead, they borrow a representational idea from quantum machine learning, in which classical data are encoded into high-dimensional amplitude vectors analogous to the state of a qubit register. In quantum systems, information is stored in the amplitudes of a superposed state, allowing an exponentially large state space to be described with relatively few physical qubits. The framework applies a similar principle to its frequency domain features, mapping them into an amplitude-encoded, high-dimensional representation in which differences between object classes become more separable. Quantum-inspired computing of this kind, explored in prior literature ranging from quantum convolutional neural networks to introductory treatments of quantum machine learning, seeks to capture some of the expressive power of quantum representations on conventional hardware.</p>
<p>The third pillar addresses a problem that deterministic classifiers handle poorly: uncertainty. Aerial images are riddled with ambiguity. A small blob of pixels might be a distant motorcycle or a patch of road markings. Occlusion by trees and buildings hides parts of objects, altitude changes alter apparent scale, and low contrast blurs the boundary between object and background. To manage this, the researchers employ a Type 2 fuzzy inference system, an extension of Lotfi Zadeh&#8217;s original 1965 fuzzy set theory in which the membership functions themselves are fuzzy. Where a Type 1 fuzzy system assigns each input a crisp degree of membership, a Type 2 system models the uncertainty in that membership, producing a footprint of uncertainty that captures how confident the system is even in its own fuzzy labels.</p>
<p>This added layer of uncertainty modeling, formalized in influential work by Mendel and John and refined in uncertainty measures for interval Type 2 fuzzy sets by Wu and Mendel, proves valuable in exactly the conditions where aerial detection fails most often. Under occlusion, scale variation, and low contrast, the fuzzy inference layer can weigh evidence from the frequency features and the quantum-inspired representation with an explicit tolerance for ambiguity, rather than forcing a hard decision from noisy inputs. The experimental results show that QF-FODA exhibits superior performance precisely under these adverse conditions, suggesting that the fuzzy layer is doing more than adding complexity; it is absorbing the variability that defeats conventional detectors.</p>
<p>The benchmark comparison is the most striking part of the study. VisDrone2019 is widely regarded as a brutal test: it contains thousands of drone-captured images spanning crowded streets, residential areas, and playgrounds, with objects that are often less than 32 pixels across. Beating YOLOv5, Faster R-CNN, and SSD on this dataset by 4.2 to 9.7 percentage points is a meaningful margin in a field where incremental gains are typically measured in fractions of a point. The stricter mAP@50:95 metric, which averages precision across multiple overlap thresholds, also indicates that the framework&#8217;s detections are not merely loose boxes but reasonably well-localized ones. Performance on the Kaggle UAV Small Object Detection Dataset, reaching 78.6 percent mAP@50, corroborates the results on a second, independently curated corpus.</p>
<p>The work arrives amid a surge of interest in rethinking aerial detection from first principles. Recent research has explored sub-region context modeling, end-to-end detection transformers tailored to UAV imagery, dual-backbone feature fusion, and attention-guided networks for infrared small targets, all attempting to solve the same underlying problem: objects seen from above are small, variable, and contextually confusing. What distinguishes QF-FODA is its willingness to combine three historically separate threads, signal processing, quantum-inspired representation, and fuzzy logic, into a single pipeline, and to show measurable gains rather than simply arguing for plausibility. The authors report that all simulations were conducted in MATLAB 2024b and that no external funding was received for the work.</p>
<p>The implications extend beyond academic benchmarks. Drone-based surveillance, traffic monitoring, search and rescue, infrastructure inspection, and disaster response all depend on reliably spotting small objects from the air, often in real time and under imperfect viewing conditions. A framework that remains robust under occlusion, scale variation, and low contrast could reduce missed detections in scenarios where those misses carry real costs. Because both datasets used in the study are publicly available, other research groups can directly verify and extend the results. And while the quantum component is classical software rather than a quantum processor, the study adds to the growing evidence that quantum-inspired representations can deliver practical advantages on today&#8217;s hardware, hinting that as actual quantum computing matures, hybrid architectures like this one may be well positioned to benefit. For now, QF-FODA offers a compelling demonstration that looking at aerial images through the lens of frequency, fuzzy logic, and quantum mathematics can reveal what conventional pixel-level pipelines leave behind.</p>
<p><strong>Subject of Research:</strong> A hybrid quantum-inspired and fuzzy framework for detecting small aerial objects in UAV imagery using frequency domain analysis</p>
<p><strong>Article Title:</strong> A Quantum-Fuzzy Framework for Aerial Object Detection via Frequency Domain Analysis in UAV Systems</p>
<p><strong>Article References:</strong> Prakash, D., Agrawal, A., Khalid, S., &amp; Nishad, D. K. (2026). A Quantum-Fuzzy Framework for Aerial Object Detection via Frequency Domain Analysis in UAV Systems. <em>International Journal of Aeronautical and Space Sciences</em>. <a href="https://doi.org/10.1007/s42405-026-01285-6" rel="noopener noreferrer">https://doi.org/10.1007/s42405-026-01285-6</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s42405-026-01285-6" rel="noopener noreferrer">10.1007/s42405-026-01285-6</a></p>
<p><strong>Keywords:</strong> UAV object detection, quantum-inspired computing, Type 2 fuzzy inference system, frequency domain analysis, discrete cosine transform, discrete wavelet transform, VisDrone2019, drone surveillance, small object detection, computer vision, MATLAB, mean Average Precision</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">195307</post-id>	</item>
	</channel>
</rss>
