arXiv ScienceSearch

arXiv subjects

Lin Du

Publications and source records attributed to Lin Du.

16 recordsLinked to original sources

An HI study of a large sample of ultra-diffuse galaxies

By cross-matching the SMUDGes catalog with the FASHI and ALFALFA HI surveys, we construct an HI-detected sample of 112 ultra-diffuse galaxies (UDGs) and 48 low-surface-brightness (LSB) galaxies, providing HI-based redshifts for 76 galaxies for the first time. Using DESI DR1 redshifts, we assemble an HI-non-detected sample of 168 galaxies for stacking analysis, with detections in two stellar mass bins below 10^{8.5} M_sun. Combining optical, UV, and HI data, we investigate stellar masses, star formation rates, gas fractions, and kinematics. We present a systematic analysis of the HI mass--optical size relation for UDGs and LSBs, showing both populations follow a mass--optical size scaling similar to normal galaxies, suggesting an average HI surface density, under the assumption that the optical size traces the extent of the HI distribution. Their stellar mass--size relation indicates nearly constant stellar surface densities for galaxies with central surface brightness mu_{0,g}>~24mag arcsec^{-2}, independent of UDG or LSB classification. Many UDGs and LSB galaxies are systematically offset from the baryonic Tully--Fisher relation toward higher baryonic masses at a given velocity, consistent with trends found in UDGs with resolved HI kinematics. Both populations exhibit low star formation efficiencies and long gas depletion times, supporting multiple formation pathways for UDGs.

astro-ph.GA

AutoMem: A Text-Gradient Recursive Self-Improvement Framework for Automated Memory Architectures Search

Long-term memory is increasingly central to LLM agents, yet memory design remains a highly coupled architecture problem: what to encode, how to store it, how to retrieve it, and how to manage it can vary substantially across tasks and backbone models. We construct a discrete search space with 5 encoders, 5 stores, 6 retrievers, and 4 managers, and show that no single memory architecture consistently dominates: different tasks favor different module combinations, leading to substantial performance gaps. Motivated by this, we propose \textsc{AutoMem}, a text-gradient recursive self-improvement framework for task-adaptive memory architecture search. \textsc{AutoMem} optimizes over the factored space through two components: Experience-Guided Architecture Search, which proposes candidate architectures from historical search trajectories and accumulated reflections, and Failure-Guided Module Diagnosis, which localizes memory-related failures to specific modules and converts them into targeted textual feedback. Experiments on GAIA, WebWalkerQA, and xBench-DeepSearch across two LLM backbones show that \textsc{AutoMem} consistently discovers task-adaptive memory architectures that outperform the strongest human-designed memory baselines, improving accuracy by $2.8$ points on average across six benchmark-backbone settings. Further analysis shows that \textsc{AutoMem} achieves a favorable accuracy-efficiency trade-off, reducing token cost by $14.3\%$ over the strongest accuracy baselines under Qwen3.5-122B-A10B, while also finding stronger architectures than substantially larger random searches within only a few guided iterations.

cs.CL

REALM: Retrospective Encoder Alignment for LFP Modeling

Spike activity has been the dominant neural signal for behavior decoding due to its high spatial and temporal resolution. However, as brain-computer interfaces (BCIs) move toward high channel counts and wireless operation, the high sampling frequency of spike signals becomes a bottleneck due to high power and bandwidth requirements. Local field potentials (LFPs) represent a different spatial-temporal scale of brain activity compared to spikes, offering key advantages including improved long-term stability, reduced energy consumption, and lower bandwidth requirement. Despite these benefits, LFP-based decoding models typically show reduced accuracy and often rely on non-causal architectures that are unsuitable for real-time deployment. To address these challenges, we propose REALM: a retrospective distillation framework that enables causal LFP decoding. Inspired by offline-to-online distillation strategies in speech recognition, REALM transfers representational knowledge from a pretrained multi-session bidirectional LFP model to a causal version for real-time deployment. We first pretrain a bidirectional Mamba-2 teacher model using a masked autoencoding objective. We then distill this teacher model into a compact student model via a combined objective of representation alignment and task supervision. REALM consistently outperforms both causal and non-causal LFP-based SOTA methods for behavior decoding. Notably, our REALM improves decoding performance while achieving a $2\times$ reduction in parameter count and a $10\times$ reduction in training time. These results demonstrate that retrospective distillation effectively bridges the gap between offline and real-time neural decoding. REALM shows that LFP-only models can achieve competitive decoding performance without reliance on spike signals, offering a practical and scalable alternative for next-generation wireless implantable BCIs.

cs.LG

An FUor-like Outbursting Class I Protostar in NGC 7538

We report on the discovery of an FUor-like Class I protostar in NGC~7538. The source, named NGC~7538~MIR, exhibited a giant luminosity burst ($\Delta K_s\sim5$) and a prolonged high-luminosity state lasting at least five years. Its mid-infrared (mid-IR) light curves, constructed from WISE/NEOWISE multiepoch data, presented a rapid rise and slight fading after the peak, placing this event among long-duration eruptive phenomena observed in protostars, for example, FUor-type events. The evolution of W1/W2 luminosity and $W1-W2$ color can be naturally split into three phases, pre-burst, burst and post-burst, suggesting that different physical processes may dominate in the three phases. The evolution of NGC~7538~MIR is consistent with a transition from variability influenced by circumstellar extinction (pre-burst) to a phase with greatly enhanced accretion luminosity (burst), and followed by a gradual relaxation of the circumstellar environment (post-burst). Overall, the observed IR variability of NGC~7538~MIR is consistent with an FUor-like accretion event occurred at an early evolutionary stage, highlighting the importance of long-term IR monitoring for identifying episodic accretion events in deeply embedded protostars.

astro-ph.SR

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

In practical LLM applications, users repeatedly express stable preferences and requirements, such as reducing hallucinations, following institutional writing conventions, or avoiding overly technical wording, yet such interaction experience is seldom consolidated into reusable knowledge. Consequently, LLM agents often fail to accumulate personalized capabilities across sessions. We present AutoSkill, an experience-driven lifelong learning framework that enables LLM agents to automatically derive, maintain, and reuse skills from dialogue and interaction traces. AutoSkill abstracts skills from user experience, supports their continual self-evolution, and dynamically injects relevant skills into future requests without retraining the underlying model. Designed as a model-agnostic plugin layer, it is compatible with existing LLMs and introduces a standardized skill representation for sharing and transfer across agents, users, and tasks. In this way, AutoSkill turns ephemeral interaction experience into explicit, reusable, and composable capabilities. This paper describes the motivation, architecture, skill lifecycle, and implementation of AutoSkill, and positions it with respect to prior work on memory, retrieval, personalization, and agentic systems. AutoSkill highlights a practical and scalable path toward lifelong personalized agents and personal digital surrogates.

cs.AI

LGAN: An Efficient High-Order Graph Neural Network via the Line Graph Aggregation

Graph Neural Networks (GNNs) have emerged as a dominant paradigm for graph classification. Specifically, most existing GNNs mainly rely on the message passing strategy between neighbor nodes, where the expressivity is limited by the 1-dimensional Weisfeiler-Lehman (1-WL) test. Although a number of k-WL-based GNNs have been proposed to overcome this limitation, their computational cost increases rapidly with k, significantly restricting the practical applicability. Moreover, since the k-WL models mainly operate on node tuples, these k-WL-based GNNs cannot retain fine-grained node- or edge-level semantics required by attribution methods (e.g., Integrated Gradients), leading to the less interpretable problem. To overcome the above shortcomings, in this paper, we propose a novel Line Graph Aggregation Network (LGAN), that constructs a line graph from the induced subgraph centered at each node to perform the higher-order aggregation. We theoretically prove that the LGAN not only possesses the greater expressive power than the 2-WL under injective aggregation assumptions, but also has lower time complexity. Empirical evaluations on benchmarks demonstrate that the LGAN outperforms state-of-the-art k-WL-based GNNs, while offering better interpretability.

cs.LG

Polymer-modulated evaporation flow enables scalable self-assembly of highly aligned nanowires

Highly aligned nanowire networks are essential for enabling anisotropic optical, electrical, and sensing functionalities in next-generation devices. However, achieving such alignment typically requires complex fabrication methods or high-energy processing. Here, we present a simple and scalable self-assembly strategy that uses a viscosity-enhancing polymer additive to modulate fluid flows during solvent evaporation. The addition of carboxymethylcellulose sodium (CMC-Na) reshapes the evaporation-driven flow field and generates a compressional flow region near the drying edge. Within this region, rotation-inducing velocity gradients progressively align silver nanowires (AgNWs) into highly ordered arrays. This unique mechanism yields uniform AgNW coatings with a high degree of nanowire alignment and tunable areal density across centimeter-scale areas. The resulting films exhibit strong broadband anisotropy, including polarization-dependent transmission in both visible and terahertz (THz) regimes and angle-dependent electrical conductivity. The approach also integrates naturally with dip-coating-based shear alignment, enabling programmable control over alignment direction and spatial patterning. This work establishes a robust, polymer-enabled mechanism for bottom-up nanowire alignment and offers a passive, energy-efficient route for fabricating anisotropic nanostructured coatings.

cond-mat.soft

The Mini-SiTian Array: Evaluation Camera System

The Mini-SiTian project, which is the pathfinder for the SiTian project, utilizes three 30 cm telescopes equipped with commercial CMOS cameras (ZWO ASI6200MM Pro) to simulate large-area time-domain survey. Due to the avoidance of the traditional mechanical shutter, the CMOS camera is favorable in time-domain survey projects. In the future, the SiTian telescope array will employ a two-by-two scientific-grade mosaic CMOS camera to survey a 10,000-degree square area every 30 minutes. Therefore, the performance of CMOS directly determines the detection capability of SiTian telescopes for transient sources, and a comprehensive understanding of the performance of CMOS cameras is crucial. In this research, laboratory testing was conducted to thoroughly evaluate three cameras by assessing several critical parameters, including bias stability, dark current, pixel anomalies, linearity, gain, and read noise. We find exceptional short-term bias stability with standard deviations below 0.02 ADU, negligible dark current of approximately 0.002 e$^{-}$ pixel$^{-1}$ s$^{-1}$ at $0^\circ\text{C}$, and excellent linearity with nonlinearity consistently below $\pm$ 0.5\%, and a small proportion (0.06\% to 0.08\%) of pixels with anomalous responses. Furthermore, our analysis demonstrates uniform gain values across all cameras, ranging from 0.252 to 0.255 e$^{-}$ ADU$^{-1}$, with low readout noise, measured to be below 1.6 e$^{-}$ using conventional methods. We also propose a novel method for pixel-level gain and read noise calculation for CMOS sensors, which revealed a narrow gain distribution and a low median read noise of 1.028 e$^-$ for one of the cameras. The laboratory testing of the ZWO ASI6200MM Pro cameras indicates their potential to meet the requirements of time-domain surveys for the Mini-SiTian project.

astro-ph.IM

Almost Optically Dark Galaxies in DECaLS (I): Detection, Optical Properties and Possible Origins

We report the discovery of eight optical counterparts of ALFALFA extragalactic objects from DECaLS, five of which are discovered for the first time. These objects were flagged as HI emission sources with no optical counterparts in SDSS before. Multi-band data reveal their unusual physical properties. They are faint and blue ($g-r=-0.35\sim0.55$), with quite low surface brightness ($\mu_{\rm g,peak}=24.88\sim26.41\,{\rm mag}/{\rm arcsec}^2$), irregular morphologies, low stellar masses ($log_{10}(M_{*}/M_\odot)=5.27\sim7.15$), low star formation rates ($SFR=0.21\sim9.24\times10^{-3}\,{M_\odot}\,{\rm yr}^{-1}$), and remarkably high HI-to-stellar mass ratios ($log_{10}(M_{\rm HI}/M_{*}) = 1.72\sim3.22$, except AGC\,215415). They deviate from the scaling relations between HI and optical properties defined by the ALFALFA sample and the baryonic Tully-Fisher relation. They agree well with the main sequence of star-forming galaxies but exhibit low star-forming efficiency. Based on their physical properties and environments, we speculate that six of these objects may have originated from tidal processes, while the remaining two appear to have isolated origins. They may have had a relatively calm evolutionary history and only begun to form stars recently.

astro-ph.GA

Star-forming Main Sequence of Giant Low Surface Brightness Galaxies

Giant Low Surface Brightness Galaxies (GLSBGs) are fundamentally distinct from normal galaxies (LSBGs) in star formation and evolution. In this work, we collected 27 local GLSBGs. They have high stellar masses (M*>10^10 Msolar) and low SFRs. With the specific SFRs lower than the characteristic value of the local star-forming (SF) galaxies of M*=10^10 Msolar(sSFR < 0.1 Gyr^-1), GLSBGs deviate from the SF main sequence (MS) defined for local SFGs respectively by E07 and S16 at the high M* regime. They are HI-rich systems with HI gas mass fractions (fHI) higher than the S16 MS galaxies, but have little molecular gas (H2), implying a low efficiency of HI-to-H2 transition due to the low HI surface densities that are far lower than the minimum of 6 - 8 Msolar pc^-2 required for shielding the formed H2 from photodissociation. For GLSBGs, the inner, bulge-dominated part with lower SFRs and higher M* is the main force pulling the entire GLSBG off from the MS, while the outer, disk-dominated part with relatively higher SFRs and lower M* reduces the deviations from the MS. For some cases, the outer, disk-dominated parts even tend to follow the MS. In the aspect of NUV - r versus g - r colors, the outer, disk-dominated parts are blue and behave similarly to the normal star-forming galaxies while the inner, bulge-dominated parts are in statistics red, indicating an inside-out star formation mechanism for the GLSBGs. They show few signs of external interactions in morphology, excluding the recent major merger scenario.

astro-ph.GA

Residual-Based Multi-peak Sampling Algorithm in Inverse Problems of Dynamical Systems

Stochastic differential equations can describe a wide range of dynamical systems, and obtaining the governing equations of these systems is the premise of studying the nonlinear dynamic behavior of the system. Neural networks are currently the most popular approach in the inverse problem of dynamical systems. In order to obtain accurate dynamical equations, neural networks need a large amount of trajectory data as a training set. To address this shortcoming, we propose a residual-based multi-peaks sampling algorithm. Evaluate the training results of each epoch of neural network, calculate the probability density function $P(x)$ of the residual, perform sampling where the $P(x)$ is large, and add samples to the training set to retrain the neural network. In order to prevent the neural network from falling into the trap of overfitting, we discretize the sampling points. We conduct case studies using two classical nonlinear dynamical systems and perform bifurcation and first escape probability analyzes of the fitted equations. Results show that our proposed sampling strategy requires only 20$\sim $30\% of the sample points of the original method to reconstruct the stochastic dynamical behavior of the system. Finally, the algorithm is tested by adding interference noise to the data, and the results show that the sampling strategy has better numerical robustness and stability.

math.DS

Optical Observations of the Nearby Type Ia Supernova 2021hpr

We present the optical photometric and spectroscopic observations of the nearby Type Ia supernova (SN) 2021hpr. The observations covered the phase of $-$14.37 to +63.68 days relative to its maximum luminosity in the $B$ band. The evolution of multiband light/color curves of SN 2021hpr is similar to that of normal Type Ia supernovae (SNe Ia) with the exception of some phases, especially a plateau phase that appeared in the $V-R$ color curve before peak luminosity, which resembles that of SN 2017cbv. The first spectrum we observed at t $\sim -$14.4 days shows a higher velocity for the Si II $\lambda$6355 feature ($\sim$ 21,000 km s$^{-1}$) than that of other normal Velocity (NV) SNe Ia at the same phase. Based on the Si II $\lambda$6355 velocity of $\sim$ 12,420 km s$^{-1}$ around the maximum light, we deduce that SN 2021hpr is a transitional object between high velocity (HV) and NV SNe Ia. Meanwhile, the Si II $\lambda$6355 feature shows a high velocity gradient (HVG) of about 800 km s$^{-1}$ day$^{-1}$ from roughly $-$14.37 to $-$4.31 days relative to the $B$-band maximum, which indicates that SN 2021hpr can also be classified as an HVG SN Ia. The evolution of SN 2021hpr is similar to that of SN 2011fe. Including SN 2021hpr, there have been six supernovae observed in the host galaxy NGC 3147, and the supernovae explosion rate in the last 50 yr is slightly higher for SNe Ia, while lower for SNe Ibc and SNe II it is lower than expected rate from the radio data. Inspecting the spectra, we find that SN 2021hpr has a metal-rich (12 + log(O/H) $\approx$ 8.648) circumstellar environment, where HV SNe tend to reside. Based on the decline rate of SN 2021hpr in the $B$ band, we determine the distance modulus of the host galaxy NGC 3147 using the Phillips relation to be 33.46 $\pm$ 0.21 mag, which is close to that found by previous works.

astro-ph.HE

Bi-directional Object-context Prioritization Learning for Saliency Ranking

The saliency ranking task is recently proposed to study the visual behavior that humans would typically shift their attention over different objects of a scene based on their degrees of saliency. Existing approaches focus on learning either object-object or object-scene relations. Such a strategy follows the idea of object-based attention in Psychology, but it tends to favor those objects with strong semantics (e.g., humans), resulting in unrealistic saliency ranking. We observe that spatial attention works concurrently with object-based attention in the human visual recognition system. During the recognition process, the human spatial attention mechanism would move, engage, and disengage from region to region (i.e., context to context). This inspires us to model the region-level interactions, in addition to the object-level reasoning, for saliency ranking. To this end, we propose a novel bi-directional method to unify spatial attention and object-based attention for saliency ranking. Our model includes two novel modules: (1) a selective object saliency (SOS) module that models objectbased attention via inferring the semantic representation of the salient object, and (2) an object-context-object relation (OCOR) module that allocates saliency ranks to objects by jointly modeling the object-context and context-object interactions of the salient objects. Extensive experiments show that our approach outperforms existing state-of-theart methods. Our code and pretrained model are available at https://github.com/GrassBro/OCOR.

cs.CV

Amplitude-Phase Recombination: Rethinking Robustness of Convolutional Neural Networks in Frequency Domain

Recently, the generalization behavior of Convolutional Neural Networks (CNN) is gradually transparent through explanation techniques with the frequency components decomposition. However, the importance of the phase spectrum of the image for a robust vision system is still ignored. In this paper, we notice that the CNN tends to converge at the local optimum which is closely related to the high-frequency components of the training images, while the amplitude spectrum is easily disturbed such as noises or common corruptions. In contrast, more empirical studies found that humans rely on more phase components to achieve robust recognition. This observation leads to more explanations of the CNN's generalization behaviors in both robustness to common perturbations and out-of-distribution detection, and motivates a new perspective on data augmentation designed by re-combing the phase spectrum of the current image and the amplitude spectrum of the distracter image. That is, the generated samples force the CNN to pay more attention to the structured information from phase components and keep robust to the variation of the amplitude. Experiments on several image datasets indicate that the proposed method achieves state-of-the-art performances on multiple generalizations and calibration tasks, including adaptability for common corruptions and surface variations, out-of-distribution detection, and adversarial attack.

cs.CV

Handwritten Mathematical Expression Recognition with Bidirectionally Trained Transformer

Encoder-decoder models have made great progress on handwritten mathematical expression recognition recently. However, it is still a challenge for existing methods to assign attention to image features accurately. Moreover, those encoder-decoder models usually adopt RNN-based models in their decoder part, which makes them inefficient in processing long $\LaTeX{}$ sequences. In this paper, a transformer-based decoder is employed to replace RNN-based ones, which makes the whole model architecture very concise. Furthermore, a novel training strategy is introduced to fully exploit the potential of the transformer in bidirectional language modeling. Compared to several methods that do not use data augmentation, experiments demonstrate that our model improves the ExpRate of current state-of-the-art methods on CROHME 2014 by 2.23%. Similarly, on CROHME 2016 and CROHME 2019, we improve the ExpRate by 1.92% and 2.28% respectively.

cs.CV

Yeast caspase 1 suppresses the burst of reactive oxygen species and maintains mitochondrial stability in Saccharomyces cerevisiae

Caspases are a family of cysteine proteases that play essential roles during apoptosis, and we presume some of them may also protect the cell from oxidative stress. We found that the absence of yeast caspase 1(Yca1)in Saccharomyces cerevisiae leads to a more intense burst of mitochondrial reactive oxygen species (ROS) In addition, compared to wild type yeast cells, the ability of yca1 mutant cells to maintain mitochondrial activity is significantly reduced after either oxidative stress treatment or aging. During mitochondrial ROS burst, deletion of the yca1 gene delayed structural damage of a green fluorescent protein (GFP) reporter bound in the inner mitochondrial membrane. This work implies that yeast caspase 1 is closely connected to the oxidative stress response. We speculate that Yca1 can discriminate proteins damaged by oxidation and accelerate their hydrolysis to attenuate the ROS burst.

q-bio.CB