Papers for

security system integrators

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Frequency modulation improves facial landmark detection across datasets

FreqFLD: Towards All-in-One Facial Landmark Detection via Frequency Modulation

Abstract: Recent progress in deep learning has significantly advanced facial landmark detection. However, most existing methods process features in a spatial-domain manner under a dataset-specific training paradigm, which overlooks the fact that facial landmark detection is inherently geometry-driven and sensitive to frequency variations, thereby limiting cross-dataset generalization under complex scenarios and hindering the development of a facial landmark detection model. To address this issue, we propose \textbf{FreqFLD}, a \textbf{freq}uency-modulated framework towards All-in-One \textbf{f}acial \textbf{l}andmark \textbf{d}etection. Specifically, FreqFLD introduces a Frequency Modulation Module (FreqMoM) to explicitly induce the frequency prior by decoupling and modulating low- and high-frequency components, which is then injected into subsequent feature modeling to enable balanced modeling of global facial structure and local landmark details. Furthermore, FreqFLD employs a Frequency-Modulated Mixture-of-Experts (FreqMoE), with expert selection adaptively conditioned on frequency-modulated priors, enabling flexible modeling of heterogeneous facial landmark patterns under diverse and challenging scenarios. To regularize frequency-consistent modeling under the All-in-One paradigm, we further introduce a Frequency-Consistent Routing (FreqCR) loss, which constrains the routing and assignment of frequency-aware experts to promote balanced expert utilization across diverse facial scenarios, thereby enabling stable expert specialization and achieving robust facial landmark detection. Extensive experiments demonstrate that the proposed FreqFLD achieves comparable performance on popular datasets. The code is available at: https://github.com/jkj1059657014/FreqFLD.

Wed 9 SeptComputer Vision and Pattern Recognition
The gist
Facial landmark detection means finding key points on faces, like eyes and mouth, which is important for many apps but can be hard when faces change a lot. Most current methods focus on looking at the face as a whole picture, missing important details about different frequencies or patterns in the image. The authors created a new method called FreqFLD that looks at both the big picture and small details by separating low and high frequency parts of the face data. This approach helps the system better handle different types of faces and conditions, making facial landmark detection more reliable across various datasets.
Open 2609.10278v1

Dual-polarized rectenna enables wireless sensing and secure backscatter communication

A New Backscattering Dual-Polarized Rectenna for Wireless Power Transfer and IoT Applications

Abstract: This paper proposes an innovative dual-polarized backscattering rectenna that operates in two distinct modesenergy harvesting and backscattering modulation-driven by two-bit digital control signals. By utilizing two orthogonal (co-and cross-) polarizations, the design represents a versatile candidate for IoT applications such as battery-free wireless sensing, identification, localization, and communication. The rectenna's dual functionality is validated through its integration into a proofof-concept battery-free wireless sensor, where it operates both as an energy harvester and as a dual-polarized backscattering modulator. As a proof of concept, a 16-byte AES-128 encrypted payload is backscattered over the wireless power transfer link to enhance the resilience of a battery-free Bluetooth Low Energy (BLE) wireless sensor against replay, relay, and eavesdropping attacks.

Tue 8 SeptCryptography and SecurityNetworking and Internet Architecture
The gist
Wireless devices often need a way to gather power and send information without using batteries. The authors created a special antenna system called a rectenna that not only harvests energy from radio waves but also uses different signal directions to send encrypted messages back. This design works in two modes, one to gather energy and another to communicate securely. They demonstrated this using a simple wireless sensor that sends encrypted data, making it safer against hacking attempts.
Open 2609.08833v1

Foundation models improve semantic communication at very low bit rates

Foundation Models for Generalizable Semantic and Goal-Oriented Communication

Abstract: Semantic and goal-oriented communication is increasingly studied for 6G, but generalization beyond seen data remains a key weakness under tight rate budgets. Many existing systems overfit their training data and degrade sharply at very low bit rates because they attempt to compress the entire signal. We introduce Foundation Model-Guided Semantic and Goal-Oriented Communication (FMSGOC), a framework that uses broad visual-linguistic Foundation Model priors to mitigate overfitting. It further improves rate efficiency by concentrating bits on sparse, goal-aligned anchors and relying on generative foundation-model priors to reconstruct the masked regions. By decoupling what to send from how to reconstruct, a vision-language foundation model selects and transmits a sparse set of semantic anchors, while a pretrained diffusion model, fine-tuned for masked completion, reconstructs the image at the receiver. In our experiments, FMSGOC reaches 0.039 bits per pixel (BPP), maintains high semantic fidelity (cosine similarity 0.87-0.90 on CIFAR-10), remains robust on previously unseen inputs (0.83-0.86 on ImageNet), and shows good perceptual similarity (0.1278/0.1558, CIFAR-10/ImageNet), outperforming strong end-to-end baselines at lower bit rates.

Mon 7 SeptMachine LearningArtificial IntelligenceRobotics
The gist
Sending pictures clearly over very limited data connections is hard because most methods try to send the entire image. The authors created a way that sends only important parts of the image that matter to the goal, then uses smart AI to fill in the rest. This approach avoids learning just from the training images and works well even on new, unseen pictures. Their method keeps the meaning of images with fewer bits and looks visually similar to the originals.
Open 2609.07853v1

Federated screening reduces video transmission for anomaly detection

Federated Binary Gating with Server-Side Vision-Language Inference for Surveillance Anomaly Classification

Abstract: Privacy-sensitive surveillance systems could benefit from large vision-language models (VLMs), but such models typically require centralized access to raw video. In federated learning settings, this challenge is amplified by non-independent and identically distributed (non-IID) client data, which can make direct multiclass anomaly classification unstable, especially for rare categories. We propose a hybrid two-stage architecture that combines a federated binary convolutional neural network (CNN) gate with server-side zero-shot VLM inference. The lightweight LiteCNN3D gate performs local anomaly screening and forwards only flagged videos to Qwen3-VL-8B, which assigns them to four anomaly metaclasses. We evaluate this design on UCF-Crime grouped into five coarse metaclasses and implement the federated stage in a real three-node heterogeneous deployment. In the studied setting, direct federated multiclass training collapses, whereas the proposed decomposition yields a better trade-off between classification quality and raw-video transmission. With fixed-threshold routing, the federated hybrid pipeline preserves nearly the same macro-averaged F1 score (F1-macro) as its centralized CNN+VLM counterpart while reducing the fraction of transmitted videos to 51.4%, although with a lower proxy macro receiver operating characteristic area under the curve (ROC AUC) than the centralized hybrid system. A complementary sensitivity-oriented routing operating point increases macro ROC AUC from 0.673 to 0.692 and reduces the false negative rate from 29.3% to 22.9%, but decreases F1-macro from 0.503 to 0.485 while increasing transmission from 51.4% to 57.9%. These results suggest that federation is better suited to coarse local screening, while routing rules can be adjusted to trade server-side VLM usage for higher anomaly sensitivity.

Mon 7 SeptComputer Vision and Pattern RecognitionArtificial IntelligenceMachine Learning
The gist
Detecting unusual events in surveillance videos is hard when camera data can’t be shared in full due to privacy. The authors developed a two-step system where simple local models first flag suspicious clips, sending only those to a powerful server model to identify broad anomaly types. This approach works better than trying to classify all anomaly types locally in a federated way, especially for rare events, while cutting down the amount of video sent over the network. They show that tuning when videos are sent balances better detection accuracy with less data transfer.
Open 2609.07403v1