<?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>drone detection &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/drone-detection/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Sep 2026 00:10:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>drone 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>New AI Network Reads Radar Echoes to Spot Rogue Drones With 99% Accuracy</title>
		<link>https://scienmag.com/new-ai-network-reads-radar-echoes-to-spot-rogue-drones-with-99-accuracy/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 00:10:53 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[99% accuracy in drone recognition]]></category>
		<category><![CDATA[AI radar drone detection]]></category>
		<category><![CDATA[airspace security]]></category>
		<category><![CDATA[critical infrastructure drone monitoring]]></category>
		<category><![CDATA[cross-modal attention]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning for radar signal analysis]]></category>
		<category><![CDATA[distinguishing hostile drones from hobbyist quadcopters]]></category>
		<category><![CDATA[drone detection]]></category>
		<category><![CDATA[Gramian angular field]]></category>
		<category><![CDATA[improving radar accuracy for small targets]]></category>
		<category><![CDATA[innovative neural network architectures for radar data]]></category>
		<category><![CDATA[low-altitude airspace security]]></category>
		<category><![CDATA[millimeter wave radar]]></category>
		<category><![CDATA[millimeter wave radar technology]]></category>
		<category><![CDATA[modern airspace surveillance methods]]></category>
		<category><![CDATA[multimodal fusion]]></category>
		<category><![CDATA[radar cross section]]></category>
		<category><![CDATA[radar echo analysis for drone detection]]></category>
		<category><![CDATA[RViTCANet drone identification model]]></category>
		<category><![CDATA[Signal Processing]]></category>
		<category><![CDATA[temporal convolutional network]]></category>
		<category><![CDATA[UAV recognition]]></category>
		<category><![CDATA[vision transformer]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=209007</guid>

					<description><![CDATA[Researchers have developed RViTCANet, a multimodal deep learning framework that recognizes drones from millimeter wave radar cross section data with accuracies of up to 99.6 percent.]]></description>
										<content:encoded><![CDATA[<p>The skies above cities, airports, and critical infrastructure have become crowded with small drones, and telling a harmless hobbyist quadcopter apart from a hostile intruder has become one of the most pressing problems in modern airspace security. Radar remains the sensor of choice for detecting these low-altitude targets, but conventional radar systems struggle to say much about what they see. A small drone is a faint, fast, and constantly tumbling object, and the radar echo it returns changes dramatically with every shift in its attitude, every rotation of its propellers, and every change in the frequency used to illuminate it. Now, a team of researchers from the University of Electronic Science and Technology of China, Universiti Teknologi Malaysia, and Central South University has unveiled a deep learning architecture designed specifically to squeeze reliable identification out of that noisy, flickering stream of radar data. Their model, called RViTCANet, achieved recognition accuracies between 97.3 and 99.6 percent on millimeter wave radar datasets spanning the 26 to 40 GHz band, a result that could reshape how low-altitude airspace is monitored.</p>
<p>The work, published as an open access article in Complex &amp; Intelligent Systems, addresses a problem that has frustrated engineers for years: radar cross section, or RCS, is the measure of how detectable an object is to radar, and for small unmanned aerial vehicles it is a wildly unstable quantity. As a drone banks, pitches, or rolls, the surfaces that reflect radar energy change relative to the antenna, producing nonlinear scattering patterns that can make the same aircraft look like two different targets within seconds. RCS also fluctuates with frequency, so a signature captured at 26 GHz may look quite different from one captured at 40 GHz. Earlier multimodal recognition methods, which try to combine different representations of the radar signal, have been hampered by limited local receptive fields, rigid temporal modeling, and inefficient fusion strategies, meaning they either see too small a slice of the data at once, treat time too inflexibly, or merge their information streams too shallowly.</p>
<p>RViTCANet attacks these weaknesses with three purpose-built modules working in concert. The first is a radar vision transformer, abbreviated RViT, which operates on Gramian angular field images, a mathematical transformation that converts a one-dimensional time series of radar cross section values into a two-dimensional image in which correlations between time points are encoded as geometric patterns. Vision transformers are famously good at capturing global relationships across an image, but they depend on positional encodings to know where each patch sits. Standard positional encodings, however, carry no information about physical time. The researchers solved this with a technique they call temporal coordinate positional encoding, or TCPE, which injects explicit temporal coordinates into the transformer so that the network can reason about the actual geometry of the scattering process as it unfolds over time, rather than treating the image as an abstract collage of pixels.</p>
<p>The second module, a radar temporal convolutional network named RTCN, tackles the time axis directly. Temporal convolutional networks process sequences through stacked convolutions whose receptive fields, the span of time each layer can see, are usually fixed by design. That rigidity is a poor match for drone radar data, where the useful dynamics occur at multiple scales simultaneously: fast propeller-induced oscillations sit on top of slower attitude-driven swings. RTCN employs a dynamic dilation mechanism that adaptively adjusts how widely each convolutional kernel spreads across the sequence, allowing the network to stretch its temporal view when slow dynamics dominate and to focus tightly when rapid fluctuations carry the discriminative information. This adaptability directly overcomes the fixed receptive field limitation that the authors identify as a core failure mode of earlier approaches.</p>
<p>The third component is a cross-modal attention mechanism, or CMA, that performs deep feature alignment between the two branches. In multimodal learning, the fusion stage is where many architectures quietly lose performance: simply concatenating feature vectors from an image branch and a sequence branch forces the network to figure out on its own which parts of each representation matter. Cross-modal attention instead lets each modality query the other, weighting the features from the Gramian angular field image against features from the raw RCS sequence and vice versa, so that complementary evidence is reinforced and redundant or conflicting information is suppressed. The result is a fused representation in which global geometric structure and multi-scale temporal dynamics are genuinely integrated rather than merely juxtaposed.</p>
<p>The experimental results are striking. Across datasets covering the 26 to 40 GHz millimeter wave range, RViTCANet delivered recognition accuracies of 97.3 to 99.6 percent, placing it well above the baselines the authors compared against. Millimeter wave radar is particularly attractive for drone surveillance because the short wavelengths interact strongly with the small structural features of unmanned aircraft, producing rich, target-specific signatures, but that richness comes hand in hand with the extreme sensitivity to attitude and frequency that makes classification so hard. Achieving near-perfect accuracy within a single frequency band demonstrates that the architecture has learned to read those signatures robustly despite their volatility.</p>
<p>Equally revealing are the ablation studies, in which the researchers systematically removed each module to test its contribution. Removing any of the three main components, the radar vision transformer with temporal coordinate positional encoding, the dynamically dilated temporal convolutional network, or the cross-modal attention mechanism, degraded performance, confirming that each element is doing necessary work rather than serving as decorative complexity. The ablations support the paper&#8217;s central argument: robust radar recognition requires simultaneously capturing global geometry in the transformed image domain, adaptive multi-scale dynamics in the time domain, and deep alignment between the two views of the same target.</p>
<p>Perhaps the most sobering number in the study is 68.18 percent, the accuracy the model achieved in cross-frequency tests, where it was evaluated on radar data from a frequency band different from the one it was trained on. While far above chance, this drop illustrates a fundamental challenge in radar-based identification: frequency-dependent variation in scattering behavior means that signatures learned at one wavelength do not transfer cleanly to another. The authors interpret the result as evidence that their global-temporal modeling strategy does provide some meaningful generalization across frequencies, outperforming approaches that rely purely on local pattern matching, but the gap between 99 percent in-band and 68 percent cross-band is a candid reminder that frequency diversity remains an open frontier for the field. For operators, the practical implication is that a deployment should train on the same band it will monitor, or that future systems will need multi-frequency training data to close the transfer gap.</p>
<p>The broader significance of this work lies in the convergence of two trends. On one side, millimeter wave radar hardware is becoming cheaper and more widespread, making fine-grained sensing of low-altitude airspace technically and economically feasible. On the other, transformer architectures and attention-based fusion, imported from computer vision and natural language processing, are being re-engineered for the peculiar physics of radar signals. RViTCANet is a template for that re-engineering: rather than forcing radar data into generic models, it builds temporal physics into the positional encodings, builds multi-scale adaptivity into the convolutions, and builds dialogue between modalities into the fusion layer. As drone traffic grows around airports, stadiums, power plants, and urban centers, systems of this kind could give security agencies a way not merely to detect that something is flying where it should not, but to know precisely what it is, in real time, from nothing more than the faint whisper of radio waves bouncing off its spinning frame.</p>
<p><strong>Subject of Research:</strong> Multimodal deep learning for UAV recognition using millimeter wave radar cross section data</p>
<p><strong>Article Title:</strong> RViTCANet: a multimodal network for UAV recognition based on millimeter wave radar RCS data</p>
<p><strong>Article References:</strong> Gao, H., Huo, Y., Amerhaider Nuar, A. N. B., &amp; Hong, J. (2026). RViTCANet: a multimodal network for UAV recognition based on millimeter wave radar RCS data. <em>Complex &amp;amp; Intelligent Systems</em>. <a href="https://doi.org/10.1007/s40747-026-02526-7" rel="noopener noreferrer">https://doi.org/10.1007/s40747-026-02526-7</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s40747-026-02526-7" rel="noopener noreferrer">10.1007/s40747-026-02526-7</a></p>
<p><strong>Keywords:</strong> millimeter wave radar, UAV recognition, radar cross section, deep learning, vision transformer, temporal convolutional network, cross-modal attention, Gramian angular field, airspace security, drone detection, multimodal fusion, signal processing</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">209007</post-id>	</item>
		<item>
		<title>New Fusion-Based Method Detects Drones at Long Range in Cluttered Backgrounds</title>
		<link>https://scienmag.com/new-fusion-based-method-detects-drones-at-long-range-in-cluttered-backgrounds/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Fri, 04 Sep 2026 21:14:48 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advanced computer vision for aerial surveillance]]></category>
		<category><![CDATA[advanced drone detection frameworks]]></category>
		<category><![CDATA[cluttered background object detection]]></category>
		<category><![CDATA[cluttered environment drone recognition]]></category>
		<category><![CDATA[deep learning challenges in drone detection]]></category>
		<category><![CDATA[deep learning UAV detection methods]]></category>
		<category><![CDATA[drone detection]]></category>
		<category><![CDATA[drone detection in long-range imagery]]></category>
		<category><![CDATA[fusion-based computer vision]]></category>
		<category><![CDATA[fusion-based UAV detection framework]]></category>
		<category><![CDATA[long-distance drone tracking]]></category>
		<category><![CDATA[long-range UAV detection]]></category>
		<category><![CDATA[long-range visible-light drone detection]]></category>
		<category><![CDATA[low signal-to-noise ratio drone detection]]></category>
		<category><![CDATA[multi-scale drone detection techniques]]></category>
		<category><![CDATA[remote aerial object detection]]></category>
		<category><![CDATA[remote drone monitoring technology]]></category>
		<category><![CDATA[small drone identification in cluttered backgrounds]]></category>
		<category><![CDATA[small object detection in aerial imagery]]></category>
		<category><![CDATA[tiny unmanned aerial vehicle detection methods]]></category>
		<category><![CDATA[UAV detection amidst birds and aircraft]]></category>
		<category><![CDATA[UAV detection in complex environments]]></category>
		<category><![CDATA[UAV detection in low signal-to-noise conditions]]></category>
		<category><![CDATA[visible-light drone detection]]></category>
		<guid isPermaLink="false">https://scienmag.com/new-fusion-based-method-detects-drones-at-long-range-in-cluttered-backgrounds/</guid>

					<description><![CDATA[Detecting a small drone at the far edge of a camera&#8217;s field of view has long been one of the most stubborn problems in modern computer vision, and a newly published study from researchers in Shenzhen, China, claims a significant advance. Writing in the journal Complex &#38; Intelligent Systems, Haiyuan Huang, Peidong Luo, Tianhong Zhao [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Detecting a small drone at the far edge of a camera&#8217;s field of view has long been one of the most stubborn problems in modern computer vision, and a newly published study from researchers in Shenzhen, China, claims a significant advance. Writing in the journal Complex &amp; Intelligent Systems, Haiyuan Huang, Peidong Luo, Tianhong Zhao and Xiaole Shen of Shenzhen Technology University and Shenzhen University describe FLAD, a fusion-based detection framework built specifically to spot tiny unmanned aerial vehicles (UAVs) in long-range visible-light imagery, where targets shrink to a handful of pixels, sink to low signal-to-noise ratios, and compete with cluttered backgrounds and visually similar objects such as birds and distant aircraft.</p>
<p>The scale of the problem is easy to underestimate. A consumer drone at a kilometer&#8217;s distance may occupy just a few pixels in a standard video frame, offering almost none of the distinctive shape, texture or color cues that modern object detectors rely on. In such conditions, conventional deep learning detectors trained to recognize large, well-defined objects tend to fail in characteristic ways. Their shallow layers, which encode edges and contours, are drowned out by background noise. Their intermediate feature representations confuse the drone with irrelevant clutter, from power lines to birds. And their detection heads, which make the final bounding-box predictions, become unstable when trying to localize objects so small that a single misplaced pixel boundary can flip a correct detection into a miss.</p>
<p>The Shenzhen team&#8217;s key insight was to treat these as three distinct failure modes occurring at three distinct stages of the detection pipeline, and to design a targeted countermeasure for each. FLAD is a three-stage system built on a YOLO11-P2 baseline, an architecture that has been popular for real-time detection tasks because of its speed but which, like its predecessors, was not designed with extreme long-range targets in mind. Rather than redesigning the entire detector, the researchers grafted purpose-built modules onto each stage, a strategy that preserved the baseline&#8217;s real-time inference capability while substantially improving its robustness.</p>
<p>At the first stage, addressing contour degradation in shallow features, the team introduced LoGStem, a replacement for the detector&#8217;s initial stem layer. LoGStem combines Laplacian-of-Gaussian (LoG)-initialized edge enhancement with Gaussian-initialized residual smoothing. The Laplacian-of-Gaussian operator is a classical image-processing filter long used for blob and edge detection; by initializing convolution kernels with LoG values, the network starts its training from a geometry that is already tuned to respond to sharp intensity transitions, exactly the kind of weak contour signals a distant drone produces against sky or skyline. The companion Gaussian-initialized residual smoothing branch suppresses background noise so that the two effects together sharpen the drone&#8217;s outline while quietening everything around it. This matters because in a YOLO-style detector, whatever information the earliest layers discard can never be recovered by later stages, so strengthening the contour cues before they enter the deep network has an outsized influence on the final result.</p>
<p>The second stage addresses clutter-induced ambiguity in intermediate representations. Here the researchers deployed what they call RFAConvLSKBlock, a hybrid module combining receptive-field attention convolution with large selective kernel (LSK) spatial attention. Receptive-field attention convolution allows the network to weigh spatially uneven information within each convolutional window, adapting to the fact that for a tiny target, only a small fraction of a feature map&#8217;s receptive field actually carries signal. The large selective kernel, meanwhile, gives the network access to a very large effective field of view while letting it dynamically decide, channel by channel, which portions of that field to attend to. Together, the two mechanisms enhance contextual perception for tiny or weakly textured targets: the network learns to integrate sparse, feeble evidence scattered across a wide region into a confident detection, while damping the influence of the cluttered background that would otherwise trigger false positives.</p>
<p>The third stage tackles localization instability in the detection head. FLAD adopts LSDC-Head, a lightweight decoupled head that uses shared detail-enhanced convolution (DEConv) blocks together with group normalization and learnable per-level regression scaling, while retaining the YOLO-style distribution-based bounding-box regression formulation. Decoupling classification and localization into separate pathways is by now a familiar trick in object detection, but the FLAD design adds detail-enhanced convolutions that encode fine gradient and texture information directly into the head, helping it pin down pixel-tight boundaries around minuscule objects. Group normalization stabilizes training under small batch conditions typical of dense aerial imagery, and the learnable per-level regression scaling allows the network to calibrate how aggressively it refines box coordinates at each feature-map level, a flexibility that matters enormously when the object in question spans only a few pixels at one pyramid level and perhaps a dozen at another.</p>
<p>The empirical results, reported across three public benchmarks, show consistent improvements over the already competitive YOLO11-P2 baseline. On the DUT-Anti-UAV dataset, FLAD&#8217;s mAP at the stringent IoU threshold of 0.5 to 0.95 improves from 67.3 percent to 70.4 percent. On the Drone-vs.-Bird dataset, notoriously difficult because it forces the detector to distinguish drones from birds in flight, the same metric rises from 28.0 to 31.4 percent. And on LRDD, a dedicated long-range drone dataset, it climbs from 29.8 to 35.1 percent, a relative gain of roughly eighteen percent in one of the hardest settings. Higher mAP at the looser 0.5 threshold was recorded across all three datasets as well. The consistently modest starting scores on Drone-vs.-Bird and LRDD are themselves telling: they illustrate just how brutal long-range drone detection remains even for state-of-the-art networks, and why incremental-looking gains of several percentage points represent real progress rather than statistical noise.</p>
<p>Crucially, the authors report that these accuracy gains come without sacrificing the real-time inference capability that makes YOLO-family detectors attractive for practical anti-UAV deployments. That combination is rare. Many academic improvements to detection accuracy involve heavier attention modules, deeper feature fusion or larger backbones that push frame rates below usable thresholds. Lightweight decoupled heads and carefully engineered attention blocks, as used in FLAD, keep the computational budget in check, which is essential if the detector is to run on edge hardware at airport perimeters, stadium security posts or military checkpoints.</p>
<p>The broader context is the rapidly escalating challenge of low-altitude airspace security. As consumer and commercial drones proliferate, so do incidents involving unauthorized flights over airports, critical infrastructure, public events and restricted military zones. Counter-UAV systems rely on a layered stack of sensors, including radio-frequency scanners, acoustic arrays and radar, but visible-light and infrared cameras remain central because they provide the visual confirmation needed to classify a target and, ultimately, to document an incursion. Long-range electro-optical detection is the weakest link in that stack: radar may flag an anomaly, but at several hundred meters or more the camera image may be too poor to determine whether it is a bird, a balloon, a parcel drone or something more dangerous. Detectors like FLAD aim directly at that gap, and the choice of benchmarks in the study, spanning generic anti-UAV footage, drone-versus-bird confusion and extreme long-range imagery, reflects the operational scenarios where the technology would be needed.</p>
<p>The work also contributes to a wider research conversation about what makes small-object detection fundamentally hard. It is not simply a matter of resolution: even with high-resolution sensors, the signal-to-noise ratio of a few-pixel target is so low that it effectively vanishes into background statistics. The FLAD architecture embodies a growing consensus that the solution lies in aggressively fusing cues across scales and stages, contour evidence from the earliest layers, contextual evidence from mid-level attention, and calibrated localization from the head, rather than hoping any single component will solve the problem. Each module in the pipeline is, in effect, a claim about where information is being lost and how to recapture it, and the ablation-style three-stage framing of the paper makes that reasoning unusually explicit.</p>
<p>The study, which was funded by the Shenzhen Science and Technology Program and the Natural Science Foundation of Top Talent of Shenzhen Technology University, was published as an open-access article, meaning security researchers and detector developers worldwide can examine, replicate and build upon the architecture without restriction. The corresponding author, Xiaole Shen of the School of Artificial Intelligence at Shenzhen Technology University, led the team, which also belongs to the Guangdong Provincial Engineering Technology Research Center for Edge Intelligence, an affiliation that hints at the intended deployment environment: detection algorithms light enough to run at the network edge, close to the sensor, where latency and bandwidth constraints are tightest.</p>
<p>Whether FLAD or its descendants will find their way into commercial counter-drone products remains to be seen, but the direction of travel in the field is clear. As drones become cheaper, more capable and more common, the race between those who fly them and those who must find them is increasingly fought in pixels. Studies like this one suggest that the finding side is beginning to catch up.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Fusion-based deep learning detection of small, long-range UAVs in complex backgrounds using visible-light imagery</p>
<p><strong>Article Title:</strong> FLAD: Fusion-Based Long-Range Anti-UAV detection in complex backgrounds</p>
<p><strong>Article References:</strong> Huang, H., Luo, P., Zhao, T., &amp; Shen, X. (2026). FLAD: Fusion-Based Long-Range Anti-UAV detection in complex backgrounds. <em>Complex &amp; Intelligent Systems</em>. <a href="https://doi.org/10.1007/s40747-026-02495-x" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s40747-026-02495-x</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s40747-026-02495-x" target="_blank" rel="noopener noreferrer">10.1007/s40747-026-02495-x</a></p>
<p><strong>Keywords:</strong> Anti-UAV detection, Object detection, YOLO11, Receptive-field attention, Large selective kernel, Decoupled detection head, Long-range drone detection, Laplacian-of-Gaussian, Small object detection, Complex backgrounds</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">187515</post-id>	</item>
	</channel>
</rss>
