arXiv ScienceSearch

arXiv subjects

Junke Yang

Publications and source records attributed to Junke Yang.

5 recordsLinked to original sources

A Counterfactual Framework for Estimating Infectious Disease Prevalence under Repeated Testing with Symptomatic and Contact-Tracing Components

This paper addresses the problem of estimating infectious disease prevalence under longitudinal testing programs that include scheduled, symptomatic, and contact-tracing testing. Our study is motivated by data from The Ohio State University, where a mandatory once-per-week COVID-19 testing and isolation program was implemented during the Fall 2020 semester, supplemented by additional testing for symptomatic individuals and identified contacts. In this setting, the probability of being tested depends on symptoms or contact-tracing status, creating a complex observation process. We develop a counterfactual framework that links the observation process to a hypothetical process in which infection is prevented. This formulation enables unbiased estimation of disease prevalence by modeling the testing process, possibly nonparametrically, without requiring explicit modeling of transmission dynamics, even though the testing and infection processes are jointly dependent.

stat.ME

Probing Identity-Specific Motion Signatures: A Controlled Diagnostic Study

Identity recognition (e.g., person, animal re-identification) has traditionally relied heavily on static appearance cues. Yet motion--consistent, individual-specific dynamics--can provide a complementary and potentially more robust signature, especially when appearance is weak or variable. This raises a fundamental question: when identity-specific motion cues are clearly present, to what extent do modern video models use them for recognition? To investigate this question, we conduct a systematic diagnostic study and introduce BALLER120, a controlled benchmark of 120 professional basketball players performing free-throws. By focusing on the same multi-phase action across individuals, BALLER120 reduces action-level variation and identity-correlated acquisition biases, enabling fine-grained analysis of identity-specific kinematic patterns. We find that modern video models can predict identity accurately from RGB videos, but often rely on static appearance cues such as faces and jersey regions, even when informative motion cues are available. Strikingly, when appearance is suppressed through silhouette-only or skeleton-only inputs, the same model architectures shift toward motion micro-patterns (e.g., foot placement and elbow bending). Despite containing less visual information, appearance-suppressed representations achieve competitive accuracy and stronger robustness to appearance shifts. Our qualitative analyses further show that appearance-suppressed models attend to distinctive motion patterns across individuals. Overall, our study demonstrates that identity-specific motion signatures are present, informative, and learnable, but modern video models may overlook them in favor of easier static shortcuts unless appearance cues are explicitly suppressed.

cs.CV

ProMist-5K: A Comprehensive Dataset for Digital Emulation of Cinematic Pro-Mist Filter Effects

Pro-Mist filters are widely used in cinematography for their ability to create soft halation, lower contrast, and produce a distinctive, atmospheric style. These effects are difficult to reproduce digitally due to the complex behavior of light diffusion. We present ProMist-5K, a dataset designed to support cinematic style emulation. It is built using a physically inspired pipeline in a scene-referred linear space and includes 20,000 high-resolution image pairs across four configurations, covering two filter densities (1/2 and 1/8) and two focal lengths (20mm and 50mm). Unlike general style datasets, ProMist-5K focuses on realistic glow and highlight diffusion effects. Multiple blur layers and carefully tuned weighting are used to model the varying intensity and spread of optical diffusion. The dataset provides a consistent and controllable target domain that supports various image translation models and learning paradigms. Experiments show that the dataset works well across different training settings and helps capture both subtle and strong cinematic appearances. ProMist-5K offers a practical and physically grounded resource for film-inspired image transformation, bridging the gap between digital flexibility and traditional lens aesthetics. The dataset is available at https://www.kaggle.com/datasets/yingtielei/promist5k.

cs.CV

Incorporating Authority Perception, Economic Status, and Behavioral Response in Infectious Disease Control

We introduce a multi-population mean field game framework to examine how economic status and authority perception shape vaccination and social distancing decisions under different epidemic control policies. We carried out a survey to inform our model and stratify the population into six groups based on income and perception of authority, capturing behavioral heterogeneity. Individuals adjust their socialization and vaccination levels to optimize objectives such as minimizing treatment costs, complying with social-distancing guidelines if they are authority-followers, or reducing losses from decreased social interactions if they are authority-indifferents, alongside economic costs. Public health authorities influence behavior through social-distancing guidelines and vaccination costs. We characterize the Nash equilibrium via a forward-backward differential equation system, provide its mathematical analysis, and develop a numerical algorithm to solve it. Our findings reveal a trade-off between social-distancing and vaccination decisions. Under stricter guidelines that target both susceptible and infected individuals, followers reduce both socialization and vaccination levels, while indifferents increase socialization due to followers' preventative measures. Adaptive guidelines targeting infected individuals effectively reduce infections and narrow the gap between low- and high-income groups, even when susceptible individuals socialize more and vaccinate less. Lower vaccination costs incentivize vaccination among low-income groups, but their impact on disease spread is smaller than when they are coupled with social-distancing guidelines. Trust-building emerges as a critical factor in epidemic mitigation, underscoring the importance of data-informed, game-theoretical models that aim to understand complex human responses to mitigation policies.

math.OC

BeetleFlow: An Integrative Deep Learning Pipeline for Beetle Image Processing

In entomology and ecology research, biologists often need to collect a large number of insects, among which beetles are the most common species. A common practice for biologists to organize beetles is to place them on trays and take a picture of each tray. Given the images of thousands of such trays, it is important to have an automated pipeline to process the large-scale data for further research. Therefore, we develop a 3-stage pipeline to detect all the beetles on each tray, sort and crop the image of each beetle, and do morphological segmentation on the cropped beetles. For detection, we design an iterative process utilizing a transformer-based open-vocabulary object detector and a vision-language model. For segmentation, we manually labeled 670 beetle images and fine-tuned two variants of a transformer-based segmentation model to achieve fine-grained segmentation of beetles with relatively high accuracy. The pipeline integrates multiple deep learning methods and is specialized for beetle image processing, which can greatly improve the efficiency to process large-scale beetle data and accelerate biological research.

cs.CV