SearcharxivSearch

arXiv subjects

Ethan Anderson

Publications and source records attributed to Ethan Anderson.

4 recordsLinked to original sources

Exploring the OODA Loop as a Systematic Way of Thinking in Coping with Conflicts

When conflicts emerge, we need systematic ways of thinking to deal with them. This paper revisits Boyd's Observe, Orient, Decide, Act (OODA) loop and explores its usefulness as a systematic way of thinking for reasoning about conflicts in dynamic environments characterized by uncertainty, adaptation, and adversarial interference. We explore the OODA loop beyond its origin in air warfare where it focuses attention on the relationship between information, understanding, choice, and action. Our exploration is conducted in two application domains: cyber conflicts and cognitive conflicts. Across both domains, we emphasize situational awareness as a critical mechanism of orientation, while noting that observations become useful only when they are perceived, comprehended, projected into possible futures, and integrated with mental models, objectives, doctrine, trust, and experience. Our exploration suggests that conflict is not merely a contest of actions or effects, but a contest over the ability to generate, protect, and leverage one's own superior observation, orientation, and decision, while degrading and exploiting adversary's observation, orientation, and decision.

cs.CR

XNote: Benchmarking Automated Community Notes Generation for Image-based Contextual Deception

Community Notes have emerged as an effective crowd-sourced mechanism for combating online deception on social media platforms. However, its reliance on human contributors limits both the timeliness and scalability. In this work, we study the automated Community Notes generation task for image-based contextual deception, where an authentic image is paired with misleading context (e.g., time, entity, and event). Unlike prior work that primarily focuses on deception detection (i.e., judging whether a post is true or false in a binary manner), automated Community Notes generation requires producing concise and grounded notes that help users recover the missing or corrected context. This problem remains underexplored due to the scarcity of datasets that support this task. To address this gap, we curate a real-world dataset, XNote, comprising X posts with associated Community Notes and external contexts, along with annotations of topics and deceptive factors. We further benchmark a range of frontier large vision language models (LVLMs) on XNote, evaluating their performance on both deception detection and note generation tasks. We also compare against an end-to-end approach, SNIFFER, and a commercial tool, GPT-5. Our results highlight the challenges in automated Community Notes generation, underscoring the need for improved methods and metrics tailored for this task.

cs.CL

Model Optimization for Multi-Camera 3D Detection and Tracking

Outside-in multi-camera perception is increasingly important in indoor environments, where networks of static cameras must support multi-target tracking under occlusion and heterogeneous viewpoints. We evaluate Sparse4D, a query-based spatiotemporal 3D detection and tracking framework that fuses multi-view features in a shared world frame and propagates sparse object queries via instance memory. We study reduced input frame rates, post-training quantization (INT8 and FP8), transfer to the WILDTRACK benchmark, and Transformer Engine mixed-precision fine-tuning. To better capture identity stability, we report Average Track Duration (AvgTrackDur), which measures identity persistence in seconds. Sparse4D remains stable under moderate FPS reductions, but below 2 FPS, identity association collapses even when detections are stable. Selective quantization of the backbone and neck offers the best speed-accuracy trade-off, while attention-related modules are consistently sensitive to low precision. On WILDTRACK, low-FPS pretraining yields large zero-shot gains over the base checkpoint, while small-scale fine-tuning provides limited additional benefit. Transformer Engine mixed precision reduces latency and improves camera scalability, but can destabilize identity propagation, motivating stability-aware validation.

cs.CV

Unsupervised Microscopy Video Denoising

In this paper, we introduce a novel unsupervised network to denoise microscopy videos featured by image sequences captured by a fixed location microscopy camera. Specifically, we propose a DeepTemporal Interpolation method, leveraging a temporal signal filter integrated into the bottom CNN layers, to restore microscopy videos corrupted by unknown noise types. Our unsupervised denoising architecture is distinguished by its ability to adapt to multiple noise conditions without the need for pre-existing noise distribution knowledge, addressing a significant challenge in real-world medical applications. Furthermore, we evaluate our denoising framework using both real microscopy recordings and simulated data, validating our outperforming video denoising performance across a broad spectrum of noise scenarios. Extensive experiments demonstrate that our unsupervised model consistently outperforms state-of-the-art supervised and unsupervised video denoising techniques, proving especially effective for microscopy videos.

eess.IV