SearcharxivSearch

arXiv subjects

Yunhua Zhang

Publications and source records attributed to Yunhua Zhang.

14 recordsLinked to original sources

A Unified Pore-Scale Multiphysics Model for the Integrated Soot Transport-Deposition-Oxidation in Catalytic Diesel Particulate Filters

Understanding the intricate interplay between soot dynamics and chemical reactions within catalytic diesel particulate filters (CDPF) is crucial for enhancing both filtration efficiency and regeneration performance. In this paper, we establish a unified pore-scale multiphysics model based on the Eulerian-Lagrangian framework to comprehensively resolve the transport, deposition, and oxidation of soot. Distinguishing itself from conventional empirical correlations and stochastic-based approximations, the system models soot deposition through fundamental physical principles, integrating elastic deformation and surface adhesion mechanics at the particle-wall interface. Simultaneously, it incorporates a robust oxidation model that accounts for the competitive kinetics of both $\textrm{O}_2$ and $\textrm{NO}_2$ pathways, enabling comprehensive coverage of all CDPF operating regimes. Validated against three classical benchmark cases, the model demonstrates superior accuracy in capturing interfacial mass transfer and particle-wall interactions. Simulation under a typical CDPF low-temperature operating condition emphasizes the pivotal role of $\textrm{NO}_2$ and catalyst in promoting regeneration and reveals complex synergistic and competitive effects between distinct reaction pathways. Notably, the reaction rate of direct $\textrm{O}_2$ pathway is accelerated by a factor of 87 in the presence of the catalyst. For ultra-fine soot particles ($50~\mathrm{nm}$), the Brownian motion and thermophoretic forces directly dictate the deposition efficiency. Their strong thermal sensitivity also underscores the necessity for an integrated soot transport-deposition-oxidation framework. To support further research, the model implementation can be accessed at https://github.com/zhangyujing2001.

physics.chem-ph

Low-Resource Vision Challenges for Foundation Models

Low-resource settings are well-established in natural language processing, where many languages lack sufficient data for deep learning at scale. However, low-resource problems are under-explored in computer vision. In this paper, we address this gap and explore the challenges of low-resource image tasks with vision foundation models. We first collect a benchmark of genuinely low-resource image data, covering historic maps, circuit diagrams, and mechanical drawings. These low-resource settings all share three challenges: data scarcity, fine-grained differences, and the distribution shift from natural images to the specialized domain of interest. While existing foundation models have shown impressive generalizability, we find they cannot transfer well to our low-resource tasks. To begin to tackle the challenges of low-resource vision, we introduce one simple baseline per challenge. Specifically, we i) enlarge the data space by generative models, ii) adopt the best sub-kernels to encode local regions for fine-grained difference discovery and iii) learn attention for specialized domains. Experiments on our three low-resource tasks demonstrate our proposals already provide a better baseline than transfer learning, data augmentation, and fine-grained methods. This highlights the unique characteristics and challenges of low-resource vision for foundation models that warrant further investigation. Project page: https://xiaobai1217.github.io/Low-Resource-Vision/.

cs.CV

Learning Unseen Modality Interaction

Multimodal learning assumes all modality combinations of interest are available during training to learn cross-modal correspondences. In this paper, we challenge this modality-complete assumption for multimodal learning and instead strive for generalization to unseen modality combinations during inference. We pose the problem of unseen modality interaction and introduce a first solution. It exploits a module that projects the multidimensional features of different modalities into a common space with rich information preserved. This allows the information to be accumulated with a simple summation operation across available modalities. To reduce overfitting to less discriminative modality combinations during training, we further improve the model learning with pseudo-supervision indicating the reliability of a modality's prediction. We demonstrate that our approach is effective for diverse tasks and modalities by evaluating it for multimodal video classification, robot state regression, and multimedia retrieval. Project website: https://xiaobai1217.github.io/Unseen-Modality-Interaction/.

cs.CV

Day2Dark: Pseudo-Supervised Activity Recognition beyond Silent Daylight

This paper strives to recognize activities in the dark, as well as in the day. We first establish that state-of-the-art activity recognizers are effective during the day, but not trustworthy in the dark. The main causes are the limited availability of labeled dark videos to learn from, as well as the distribution shift towards the lower color contrast at test-time. To compensate for the lack of labeled dark videos, we introduce a pseudo-supervised learning scheme, which utilizes easy to obtain unlabeled and task-irrelevant dark videos to improve an activity recognizer in low light. As the lower color contrast results in visual information loss, we further propose to incorporate the complementary activity information within audio, which is invariant to illumination. Since the usefulness of audio and visual features differs depending on the amount of illumination, we introduce our `darkness-adaptive' audio-visual recognizer. Experiments on EPIC-Kitchens, Kinetics-Sound, and Charades demonstrate our proposals are superior to image enhancement, domain adaptation and alternative audio-visual fusion methods, and can even improve robustness to local darkness caused by occlusions. Project page: https://xiaobai1217.github.io/Day2Dark/

cs.CV

TANet: Transformer-based Asymmetric Network for RGB-D Salient Object Detection

Existing RGB-D SOD methods mainly rely on a symmetric two-stream CNN-based network to extract RGB and depth channel features separately. However, there are two problems with the symmetric conventional network structure: first, the ability of CNN in learning global contexts is limited; second, the symmetric two-stream structure ignores the inherent differences between modalities. In this paper, we propose a Transformer-based asymmetric network (TANet) to tackle the issues mentioned above. We employ the powerful feature extraction capability of Transformer (PVTv2) to extract global semantic information from RGB data and design a lightweight CNN backbone (LWDepthNet) to extract spatial structure information from depth data without pre-training. The asymmetric hybrid encoder (AHE) effectively reduces the number of parameters in the model while increasing speed without sacrificing performance. Then, we design a cross-modal feature fusion module (CMFFM), which enhances and fuses RGB and depth features with each other. Finally, we add edge prediction as an auxiliary task and propose an edge enhancement module (EEM) to generate sharper contours. Extensive experiments demonstrate that our method achieves superior performance over 14 state-of-the-art RGB-D methods on six public datasets. Our code will be released at https://github.com/lc012463/TANet.

cs.CV

Audio-Adaptive Activity Recognition Across Video Domains

This paper strives for activity recognition under domain shift, for example caused by change of scenery or camera viewpoint. The leading approaches reduce the shift in activity appearance by adversarial training and self-supervised learning. Different from these vision-focused works we leverage activity sounds for domain adaptation as they have less variance across domains and can reliably indicate which activities are not happening. We propose an audio-adaptive encoder and associated learning methods that discriminatively adjust the visual feature representation as well as addressing shifts in the semantic distribution. To further eliminate domain-specific features and include domain-invariant activity sounds for recognition, an audio-infused recognizer is proposed, which effectively models the cross-modal interaction across domains. We also introduce the new task of actor shift, with a corresponding audio-visual dataset, to challenge our method with situations where the activity appearance changes dramatically. Experiments on this dataset, EPIC-Kitchens and CharadesEgo show the effectiveness of our approach.

cs.CV

Repetitive Activity Counting by Sight and Sound

This paper strives for repetitive activity counting in videos. Different from existing works, which all analyze the visual video content only, we incorporate for the first time the corresponding sound into the repetition counting process. This benefits accuracy in challenging vision conditions such as occlusion, dramatic camera view changes, low resolution, etc. We propose a model that starts with analyzing the sight and sound streams separately. Then an audiovisual temporal stride decision module and a reliability estimation module are introduced to exploit cross-modal temporal interaction. For learning and evaluation, an existing dataset is repurposed and reorganized to allow for repetition counting with sight and sound. We also introduce a variant of this dataset for repetition counting under challenging vision conditions. Experiments demonstrate the benefit of sound, as well as the other introduced modules, for repetition counting. Our sight-only model already outperforms the state-of-the-art by itself, when we add sound, results improve notably, especially under harsh vision conditions.

cs.CV

High-Performance Long-Term Tracking with Meta-Updater

Long-term visual tracking has drawn increasing attention because it is much closer to practical applications than short-term tracking. Most top-ranked long-term trackers adopt the offline-trained Siamese architectures, thus, they cannot benefit from great progress of short-term trackers with online update. However, it is quite risky to straightforwardly introduce online-update-based trackers to solve the long-term problem, due to long-term uncertain and noisy observations. In this work, we propose a novel offline-trained Meta-Updater to address an important but unsolved problem: Is the tracker ready for updating in the current frame? The proposed meta-updater can effectively integrate geometric, discriminative, and appearance cues in a sequential manner, and then mine the sequential information with a designed cascaded LSTM module. Our meta-updater learns a binary output to guide the tracker's update and can be easily embedded into different trackers. This work also introduces a long-term tracking framework consisting of an online local tracker, an online verifier, a SiamRPN-based re-detector, and our meta-updater. Numerous experimental results on the VOT2018LT, VOT2019LT, OxUvALT, TLP, and LaSOT benchmarks show that our tracker performs remarkably better than other competing algorithms. Our project is available on the website: https://github.com/Daikenan/LTMU.

cs.CV

A Concise Survey of G4U

The general four-component model-based decomposition with unitary transformation of coherency matrix (G4U) is a state-of-the-art four-component decomposition, which has received extensive attentions recently. A literature survey is carried out to indicate the overall influence, improvement, development, evaluation, and application of G4U. Totally, 137 literatures are found mentioning G4U in Google Scholar\c{opyright} until October 7, 2019, which can be attributed into 4 categories in terms of the degree of concentration and 17 subcategories according to the focus of attention. Among these literatures, 61 of them simply mention G4U mainly because it is a new four-component model-based decomposition, a typical model-based decomposition, or even a target decomposition. There are also 9 literatures which improve G4U and develop G4U-like decompositions with unitary transformation of coherency matrix. 20 literatures generally use G4U as a typical target decomposition for comparison or a pseudo-color visualization technique to show the performance of some developed approaches. There are also 47 literatures dedicated to critically evaluate and deeply apply G4U in the remote sensing of forestry, agriculture, wetland, snow, glaciated terrain, earth surface, manmade target, environment, and damages caused by earthquake, tsunami, and landside, which indicates the value and significance of G4U in the true sense.

eess.SP

Learning regression and verification networks for long-term visual tracking

Compared with short-term tracking, the long-term tracking task requires determining the tracked object is present or absent, and then estimating the accurate bounding box if present or conducting image-wide re-detection if absent. Until now, few attempts have been done although this task is much closer to designing practical tracking systems. In this work, we propose a novel long-term tracking framework based on deep regression and verification networks. The offline-trained regression model is designed using the object-aware feature fusion and region proposal networks to generate a series of candidates and estimate their similarity scores effectively. The verification network evaluates these candidates to output the optimal one as the tracked object with its classification score, which is online updated to adapt to the appearance variations based on newly reliable observations. The similarity and classification scores are combined to obtain a final confidence value, based on which our tracker can determine the absence of the target accurately and conduct image-wide re-detection to capture the target successfully when it reappears. Extensive experiments show that our tracker achieves the best performance on the VOT2018 long-term challenge and state-of-the-art results on the OxUvA long-term dataset.

cs.CV

Electromagnetic Sub-Wavelength Imaging Using Signal Processing Techniques Combined With Phase Conjugation

In this paper, we show how we can combine Electromagnetics (EM) with signal processing algorithms to enhance the image resolution over that can be realized by using Electromagnetics techniques alone. We discuss several signal processing techniques, including the Correlation Method (CM) and the Minimum Residual Power Search Method (MRPSM), and apply them for sub-wavelength imaging in the microwave regime by combining them with the well-known Phase Conjugation (PC) algorithm, for instance, which has been extensively used in the electromagnetics area for imaging purposes. We show that by using this type of combination we can achieve sub-wavelength resolution on the order of λ0/10, even if the measurement plane is not located in the very near-field region of the source. We describe the proposed imaging algorithms in detail and study their abilities to resolve at sub-wavelength level. We also study their computational efficiencies in a comparative manner.

physics.optics

Parton distribution functions and nuclear EMC effect in a statistical model

A new and simple statistical approach is performed to calculate the parton distribution functions (PDFs) of the nucleon in terms of light-front kinematic variables. Analytic expressions of x-dependent PDFs are obtained in the whole x region. And thereafter, we treat the temperature T as a parameter of the atomic number A to explain the nuclear EMC effect in the region $x \in [0.2, 0.7]$. We give the predictions of PDF ratios, and they are very different from those by other models, thus experiments aiming at measuring PDF ratios are suggested to provide a discrimination of different models.

hep-ph

Nuclear EMC Effect in a Statistical Model

A simple statistical model in terms of light-front kinematic variables is used to explain the nuclear EMC effect in the range $x \in [0.2,~0.7]$, which was constructed by us previously to calculate the parton distribution functions (PDFs) of the nucleon. Here, we treat the temperature $T$ as a parameter of the atomic number $A$, and get reasonable results in agreement with the experimental data. Our results show that the larger $A$, the lower $T$ thus the bigger volume $V$, and these features are consistent with other models. Moreover, we give the predictions of the quark distribution ratios, \emph{i.e.}, $q^A(x) / q^D(x)$, $\bar{q}^A(x) / \bar{q}^D(x)$, and $s^A(x) / s^D(x)$, and also the gluon ratio $g^A(x) / g^D(x)$ for iron as an example. The predictions are different from those by other models, thus experiments aiming at measuring the parton ratios of antiquarks, strange quarks, and gluons can provide a discrimination of different models.

nucl-th

Statistical effect in the parton distribution functions of the nucleon

A new and simple statistical approach is performed to calculate the parton distribution functions (PDFs) of the nucleon in terms of light-front kinematic variables. We do not put in any extra arbitrary parameter or corrected term by hand, which guarantees the stringency of our approach. Analytic expressions of the $x$-dependent PDFs are obtained in the whole $x$ region [0,1], and some features, especially the low-$x$ rise, are more agreeable with experimental data than those in some previous instant-form statistical models in the infinite-momentum frame (IMF). Discussions on heavy-flavored PDFs are also presented.

hep-ph