SearcharxivSearch

arXiv subjects

Zhiwei Ding

Publications and source records attributed to Zhiwei Ding.

At least 19 recordsLinked to original sources

Quantizing Intent: Cross-Domain Semantic IDs from Organic Activity for Industrial Ranking

Ads click-through rate (CTR) prediction is constrained by sparse user supervision: most users engage with ads infrequently while generating dense behavioral evidence in organic surfaces such as feed. Transferring these cross-domain signals into ads ranking is difficult due to domain mismatch, serving cost, and production complexity. We introduce cross-domain user Semantic IDs (SIDs) derived from organic feed activity and show that behavioral activity richness governs cross-domain transfer quality: SIDs from user profile text yield +0.036% AUC, SIDs from an activity-tuned LLaMA-based user embedding model yield +0.107%, and SIDs from direct feed activity behavioral embeddings yield +0.213%. We further propose RQ-FSQ, a residual finite scalar quantization method that discretizes pre-trained embeddings while matching dense-embedding AUC at substantially smaller storage. Across two heterogeneous sources, RQ-FSQ matches or slightly exceeds dense source embeddings, achieving +0.351% AUC for Feed Activity at about 30x smaller storage and +0.265% AUC for Activity-Tuned LLaMA at about 280x smaller storage. We also introduce a Hierarchical Discrete Embedding module that encodes multi-level SIDs through prefix n-gram sparse embedding tables trained end-to-end under the CTR objective. In a large-scale industrial ads ranking system, cold-start segment analysis shows gains up to +1.522% for users with near-zero ad interaction history, validating cross-domain behavioral transfer as an effective bridge for sparse-history ranking.

cs.IR

Large Scalable Cross-Domain Graph Neural Networks for Personalized Notification at LinkedIn

Notification recommendation systems are critical to driving user engagement on professional platforms like LinkedIn. Designing such systems involves integrating heterogeneous signals across domains, capturing temporal dynamics, and optimizing for multiple, often competing, objectives. Graph Neural Networks (GNNs) provide a powerful framework for modeling complex interactions in such environments. In this paper, we present a cross-domain GNN-based system deployed at LinkedIn that unifies user, content, and activity signals into a single, large-scale graph. By training on this cross-domain structure, our model significantly outperforms single-domain baselines on key tasks, including click-through rate (CTR) prediction and professional engagement. We introduce architectural innovations including temporal modeling and multi-task learning, which further enhance performance. Deployed in LinkedIn's notification system, our approach led to a 0.10% lift in weekly active users and a 0.62% improvement in CTR. We detail our graph construction process, model design, training pipeline, and both offline and online evaluations. Our work demonstrates the scalability and effectiveness of cross-domain GNNs in real-world, high-impact applications.

cs.LG

Diameter two orientability of mixed graphs

In 1967, Katona and Szemer\'{e}di showed that no undirected graph with $n$ vertices and fewer than $\frac{n}{2}\log_2\frac{n}{2}$ edges admits an orientation of diameter two. In 1978, Chv\'atal and Thomassen revealed the complexity of determining whether an undirected graph can be oriented to achieve a diameter of two, proving it to be NP-complete. This breakthrough has sparked ongoing interest in identifying sufficient conditions for graphs to be oriented with the smallest possible diameter of two -- critical for optimizing communication and network flow in larger structures. In 2019, Czabarka, Dankelmann, and Sz\'ekely significantly advanced this field by establishing that the minimum degree threshold for achieving such an orientation in undirected graphs of order $n$ is $\frac{n}{2} + \Theta(\ln n)$. In this paper, we extend this foundational result by determining the minimum degree threshold necessary for realizing an orientation with diameter two in mixed graphs, which contain both undirected and directed edges. Mixed graphs offer a versatile framework, representing an intermediate stage in the orientation process, making our findings a substantial generalization of previous results.

math.CO

Retrospective for the Dynamic Sensorium Competition for predicting large-scale mouse primary visual cortex activity from videos

Understanding how biological visual systems process information is challenging because of the nonlinear relationship between visual input and neuronal responses. Artificial neural networks allow computational neuroscientists to create predictive models that connect biological and machine vision. Machine learning has benefited tremendously from benchmarks that compare different model on the same task under standardized conditions. However, there was no standardized benchmark to identify state-of-the-art dynamic models of the mouse visual system. To address this gap, we established the Sensorium 2023 Benchmark Competition with dynamic input, featuring a new large-scale dataset from the primary visual cortex of ten mice. This dataset includes responses from 78,853 neurons to 2 hours of dynamic stimuli per neuron, together with the behavioral measurements such as running speed, pupil dilation, and eye movements. The competition ranked models in two tracks based on predictive performance for neuronal responses on a held-out test set: one focusing on predicting in-domain natural stimuli and another on out-of-distribution (OOD) stimuli to assess model generalization. As part of the NeurIPS 2023 competition track, we received more than 160 model submissions from 22 teams. Several new architectures for predictive models were proposed, and the winning teams improved the previous state-of-the-art model by 50%. Access to the dataset as well as the benchmarking infrastructure will remain online at www.sensorium-competition.net.

q-bio.NC

A Note on Improved bounds for the Oriented Radius of Mixed Multigraphs

For a positive integer $r$, let $f(r)$ denote the smallest number such that any 2-edge connected mixed graph with radius $r$ has an oriented radius of at most $f(r)$. Recently, Babu, Benson, and Rajendraprasad significantly improved the upper bound of $f(r)$ by establishing that $f(r) \leq 1.5r^2 + r + 1$, see [Improved bounds for the oriented radius of mixed multigraphs, J. Graph Theory, 103 (2023), 674-689]. Additionally, they demonstrated that if each edge of a graph $G$ is contained within a cycle of length at most $\eta$, then the oriented radius of $G$ is at most $1.5r\eta$. The authors' results were derived through Observation 1, which served as the foundation for the development of Algorithm ORIENTOUT and Algorithm ORIENTIN. By integrating these algorithms, they obtained the improved bounds. However, an error has been identified in Observation 1, necessitating revisions to Algorithm ORIENTOUT and Algorithm ORIENTIN. In this note, we address the error and propose the necessary modifications to both algorithms, thereby ensuring the correctness of the conclusions.

math.CO

Most discriminative stimuli for functional cell type clustering

Identifying cell types and understanding their functional properties is crucial for unraveling the mechanisms underlying perception and cognition. In the retina, functional types can be identified by carefully selected stimuli, but this requires expert domain knowledge and biases the procedure towards previously known cell types. In the visual cortex, it is still unknown what functional types exist and how to identify them. Thus, for unbiased identification of the functional cell types in retina and visual cortex, new approaches are needed. Here we propose an optimization-based clustering approach using deep predictive models to obtain functional clusters of neurons using Most Discriminative Stimuli (MDS). Our approach alternates between stimulus optimization with cluster reassignment akin to an expectation-maximization algorithm. The algorithm recovers functional clusters in mouse retina, marmoset retina and macaque visual area V4. This demonstrates that our approach can successfully find discriminative stimuli across species, stages of the visual system and recording techniques. The resulting most discriminative stimuli can be used to assign functional cell types fast and on the fly, without the need to train complex predictive models or show a large natural scene dataset, paving the way for experiments that were previously limited by experimental time. Crucially, MDS are interpretable: they visualize the distinctive stimulus patterns that most unambiguously identify a specific type of neuron.

q-bio.NC

The Dynamic Sensorium competition for predicting large-scale mouse visual cortex activity from videos

Understanding how biological visual systems process information is challenging due to the complex nonlinear relationship between neuronal responses and high-dimensional visual input. Artificial neural networks have already improved our understanding of this system by allowing computational neuroscientists to create predictive models and bridge biological and machine vision. During the Sensorium 2022, we introduced benchmarks for vision models with static input. However, animals operate and excel in dynamic environments, making it crucial to study and understand how the brain functions under these conditions. Moreover, many biological theories, such as predictive coding, suggest that previous input is crucial for current input processing. Currently, there is no standardized benchmark to identify state-of-the-art dynamic models of the mouse visual system. To address this gap, we propose the Sensorium 2023 Benchmark Competition with dynamic input. It includes the collection of a new large-scale dataset from the primary visual cortex of ten mice, containing responses from over 78,000 neurons to over 2 hours of dynamic stimuli per neuron. Participants in the main benchmark track will compete to identify the best predictive models of neuronal responses for dynamic input. We will also host a bonus track in which submission performance will be evaluated on out-of-domain input, using withheld neuronal responses to dynamic input stimuli whose statistics differ from the training set. Both tracks will offer behavioral data along with video stimuli. As before, we will provide code, tutorials, and strong pre-trained baseline models to encourage participation. We hope this competition will continue to strengthen the accompanying Sensorium benchmarks collection as a standard tool to measure progress in large-scale neural system identification models of the entire mouse visual hierarchy and beyond.

q-bio.NC

Efficient Zero-shot Visual Search via Target and Context-aware Transformer

Visual search is a ubiquitous challenge in natural vision, including daily tasks such as finding a friend in a crowd or searching for a car in a parking lot. Human rely heavily on relevant target features to perform goal-directed visual search. Meanwhile, context is of critical importance for locating a target object in complex scenes as it helps narrow down the search area and makes the search process more efficient. However, few works have combined both target and context information in visual search computational models. Here we propose a zero-shot deep learning architecture, TCT (Target and Context-aware Transformer), that modulates self attention in the Vision Transformer with target and contextual relevant information to enable human-like zero-shot visual search performance. Target modulation is computed as patch-wise local relevance between the target and search images, whereas contextual modulation is applied in a global fashion. We conduct visual search experiments on TCT and other competitive visual search models on three natural scene datasets with varying levels of difficulty. TCT demonstrates human-like performance in terms of search efficiency and beats the SOTA models in challenging visual search tasks. Importantly, TCT generalizes well across datasets with novel objects without retraining or fine-tuning. Furthermore, we also introduce a new dataset to benchmark models for invariant visual search under incongruent contexts. TCT manages to search flexibly via target and context modulation, even under incongruent contexts.

cs.CV

The Sensorium competition on predicting large-scale mouse primary visual cortex activity

The neural underpinning of the biological visual system is challenging to study experimentally, in particular as the neuronal activity becomes increasingly nonlinear with respect to visual input. Artificial neural networks (ANNs) can serve a variety of goals for improving our understanding of this complex system, not only serving as predictive digital twins of sensory cortex for novel hypothesis generation in silico, but also incorporating bio-inspired architectural motifs to progressively bridge the gap between biological and machine vision. The mouse has recently emerged as a popular model system to study visual information processing, but no standardized large-scale benchmark to identify state-of-the-art models of the mouse visual system has been established. To fill this gap, we propose the Sensorium benchmark competition. We collected a large-scale dataset from mouse primary visual cortex containing the responses of more than 28,000 neurons across seven mice stimulated with thousands of natural images, together with simultaneous behavioral measurements that include running speed, pupil dilation, and eye movements. The benchmark challenge will rank models based on predictive performance for neuronal responses on a held-out test set, and includes two tracks for model input limited to either stimulus only (Sensorium) or stimulus plus behavior (Sensorium+). We provide a starting kit to lower the barrier for entry, including tutorials, pre-trained baseline models, and APIs with one line commands for data loading and submission. We would like to see this as a starting point for regular challenges and data releases, and as a standard tool for measuring progress in large-scale neural system identification models of the mouse visual system and beyond.

q-bio.NC

Green's Functions of the Boltzmann Transport Equation with the Full Scattering Matrix for Phonon Nanoscale Transport beyond the Relaxation Time Approximation

The phonon Boltzmann transport equation (BTE) has been widely utilized to study thermal transport in solids. While for a number of materials the exact solution to the BTE has been obtained for a uniform heat flow, problems arising in micro/nanoscale heat transport have been analyzed within the relaxation time approximation (RTA). Since the RTA breaks down at temperatures low compared to the Debye temperature, this approximation prevents the study of an important class of high Debye temperature materials such as diamond, graphite, graphene and some other 2D materials. We present a full scattering matrix formalism that goes beyond the RTA approximation and obtain a Green's function solution for the linearized BTE, which leads to an explicit expression for the phonon distribution and temperature field produced by an arbitrary spatio-temporal distribution of heat sources in an unbounded medium. The presented formalism is capable of describing a wide range of phenomena, from heat dissipation by nanoscale hot spots to the propagation of second sound waves. We provide numerical results for graphene for a spatially sinusoidal heating profile and discuss the importance of using the full scattering matrix compared to the RTA.

cond-mat.mes-hall

Direct prediction of phonon density of states with Euclidean neural networks

Machine learning has demonstrated great power in materials design, discovery, and property prediction. However, despite the success of machine learning in predicting discrete properties, challenges remain for continuous property prediction. The challenge is aggravated in crystalline solids due to crystallographic symmetry considerations and data scarcity. Here we demonstrate the direct prediction of phonon density of states using only atomic species and positions as input. We apply Euclidean neural networks, which by construction are equivariant to 3D rotations, translations, and inversion and thereby capture full crystal symmetry, and achieve high-quality prediction using a small training set of $\sim 10^{3}$ examples with over 64 atom types. Our predictive model reproduces key features of experimental data and even generalizes to materials with unseen elements,and is naturally suited to efficiently predict alloy systems without additional computational cost. We demonstrate the potential of our network by predicting a broad number of high phononic specific heat capacity materials. Our work indicates an efficient approach to explore materials' phonon structure, and can further enable rapid screening for high-performance thermal storage materials and phonon-mediated superconductors.

physics.comp-ph

Quantized Thermoelectric Hall Effect Induces Giant Power Factor in a Topological Semimetal

Thermoelectrics are promising by directly generating electricity from waste heat. However, (sub-)room-temperature thermoelectrics have been a long-standing challenge due to vanishing electronic entropy at low temperatures. Topological materials offer a new avenue for energy harvesting applications. Recent theories predicted that topological semimetals at the quantum limit can lead to a large, non-saturating thermopower and a quantized thermoelectric Hall conductivity approaching a universal value. Here, we experimentally demonstrate the non-saturating thermopower and quantized thermoelectric Hall effect in the topological Weyl semimetal (WSM) tantalum phosphide (TaP). An ultrahigh longitudinal thermopower Sxx= 1.1x10^3 muV/K and giant power factor ~525 muW/cm/K^2 are observed at ~40K, which is largely attributed to the quantized thermoelectric Hall effect. Our work highlights the unique quantized thermoelectric Hall effect realized in a WSM toward low-temperature energy harvesting applications.

cond-mat.mes-hall

Topological Singularity Induced Chiral Kohn Anomaly in a Weyl Semimetal

The electron-phonon interaction (EPI) is instrumental in a wide variety of phenomena in solid-state physics, such as electrical resistivity in metals, carrier mobility, optical transition and polaron effects in semiconductors, lifetime of hot carriers, transition temperature in BCS superconductors, and even spin relaxation in diamond nitrogen-vacancy centers for quantum information processing. However, due to the weak EPI strength, most phenomena have focused on electronic properties rather than on phonon properties. One prominent exception is the Kohn anomaly, where phonon softening can emerge when the phonon wavevector nests the Fermi surface of metals. Here we report a new class of Kohn anomaly in a topological Weyl semimetal (WSM), predicted by field-theoretical calculations, and experimentally observed through inelastic x-ray and neutron scattering on WSM tantalum phosphide (TaP). Compared to the conventional Kohn anomaly, the Fermi surface in a WSM exhibits multiple topological singularities of Weyl nodes, leading to a distinct nesting condition with chiral selection, a power-law divergence, and non-negligible dynamical effects. Our work brings the concept of Kohn anomaly into WSMs and sheds light on elucidating the EPI mechanism in emergent topological materials.

cond-mat.mtrl-sci

Observation of second sound in graphite at temperatures above 100 K

Wavelike thermal transport in solids, referred to as second sound, has until now been an exotic phenomenon limited to a handful of materials at low temperatures. This has restricted interest in its occurrence and in its potential applications. Through time-resolved optical measurements of thermal transport on 5-20 μm length scales in graphite, we have made direct observations of second sound at temperatures above 100 K. The results are in qualitative agreement with ab initio calculations that predict wavelike phonon hydrodynamics on ~ 1-μm length scale up to almost room temperature. The results suggest an important role of second sound in microscale transient heat transport in two-dimensional and layered materials in a wide temperature range.

cond-mat.mes-hall

Phonon Quantum Phase Transition

We show that a quantum phase transition can occur in a phonon system in the presence of dislocations. Due to the competing nature between the topological protection of the dislocation and anharmonicity, phonons can reach a quantum critical point at a frequency determined by dislocation density and the anharmonic constant, at zero temperature. In the symmetry-broken phase, a novel phonon state is developed with a dynamically-induced dipole field. We carry out a renormalization group analysis and show that the phonon critical behavior differs wildly from any electronic system. In particular, at the critical point, a single phonon mode dominates the density of states and develops an exotic logarithmic divergence in thermal conductivity. This phonon quantum criticality provides a completely new avenue to tailor phonon transport at the single-mode level without using phononic crystals.

cond-mat.mtrl-sci

Simultaneously high electron and hole mobilities in cubic boron-V compounds: BP, BAs and BSb

Through first-principles calculations, the phonon-limited transport properties of cubic boron-V compounds (BP, BAs and BSb) are studied. We find that the high optical phonon frequency in these compounds leads to the substantial suppression of polar scattering and the reduction of inter-valley transition mediated by large-wavevector optical phonons, both of which significantly facilitate charge transport. We also discover that BAs simultaneously has a high hole mobility (2110 cm2/V-s) and electron mobility (1400 cm2/V-s) at room temperature, which is rare in semiconductors. Our findings present a new insight in searching high mobility polar semiconductors, and point to BAs as a promising material for electronic and photovoltaic devices in addition to its predicted high thermal conductivity.

cond-mat.mtrl-sci

Efficiency Limits of Solar Energy Harvesting via Internal Photoemission in Carbon Materials

We describe strategies to estimate the upper limits of the efficiency of photon energy harvesting via hot electron extraction from gapless absorbers. Gapless materials such as noble metals can be used for harvesting the whole solar spectrum, including visible and near-infrared light. The energy of photo-generated non-equilibrium or hot charge carriers can be harvested before they thermalize with the crystal lattice via the process of their internal photo-emission (IPE) through the rectifying Schottky junction with a semiconductor. However, the low efficiency and the high cost of noble metals necessitates the search for cheaper abundant alternative materials, and we show here that carbon can serve as a promising IPE material candidate. We compare the upper limits of performance of IPE photon energy-harvesting platforms, which incorporate either gold or carbon as the photoactive material where hot electrons are generated. Through a combination of density functional theory, joint electron density of states calculations, and Schottky diode efficiency modeling, we show that the material electron band structure imposes a strict upper limit on the achievable efficiency of the IPE devices. Our calculations reveal that graphite is a good material candidate for the IPE absorber for harvesting visible and near-infrared photons. Graphite electron density of states yields a sizeable population of hot electrons with energies high enough to be collected across the potential barrier. We also discuss the mechanisms that prevent the IPE device efficiency from reaching the upper limits imposed by their material electron band structures. The proposed approach is general and allows for efficient pre-screening of materials for their potential use in IPE energy converters and photodetectors within application-specific spectral windows.

cond-mat.mtrl-sci

Phonon Hydrodynamic Heat Conduction and Knudsen Minimum in Graphite

In the hydrodynamic regime, phonons drift with a nonzero collective velocity under a temperature gradient, reminiscent of viscous gas and fluid flow. The study of hydrodynamic phonon transport has spanned over half a century but has been mostly limited to cryogenic temperatures (~1 K) and more recently to low-dimensional materials. Here, we identify graphite as a three-dimensional material that supports phonon hydrodynamics at significantly higher temperatures (~100 K) based on first-principles calculations. In particular, by solving the Boltzmann equation for phonon transport in graphite ribbons, we predict that phonon Poiseuille flow and Knudsen minimum can be experimentally observed above liquid nitrogen temperature. Further, we reveal the microscopic origin of these intriguing phenomena in terms of the dependence of the effective boundary scattering rate on momentum-conserving phonon-phonon scattering processes and the collective motion of phonons. The significant hydrodynamic nature of phonon transport in graphite is attributed to its strong intralayer sp2 hybrid bonding and weak van der Waals interlayer interactions. As a boundary-sensitive transport regime, phonon hydrodynamics opens up new possibilities for thermal management and energy conversion.

cond-mat.mtrl-sci