87 research outputs found
On Laplacian spectrum of dendrite trees
For dendrite graphs from biological experiments on mouse's retinal ganglion
cells, a paper by Nakatsukasa, Saito and Woei reveals a mysterious phase
transition phenomenon in the spectra of the corresponding graph Laplacian
matrices. While the bulk of the spectrum can be well understood by structures
resembling starlike trees, mysteries about the spikes, that is, isolated
eigenvalues outside the bulk spectrum, remain unexplained. In this paper, we
bring new insights on these mysteries by considering a class of uniform trees.
Exact relationships between the number of such spikes and the number of
T-junctions are analyzed in function of the number of vertices separating the
T-junctions. Using these theoretic results, predictions are proposed for the
number of spikes observed in real-life dendrite graphs. Interestingly enough,
these predictions match well the observed numbers of spikes, thus confirm the
practical meaningness of our theoretical results.Comment: 18 pages, 5 figures and 3 table
ERStruct: An Eigenvalue Ratio Approach to Inferring Population Structure from Sequencing Data
Inference of population structure from genetic data plays an important role
in population and medical genetics studies. The traditional EIGENSTRAT method
has been widely used for computing and selecting top principal components that
capture population structure information (Price et al., 2006). With the
advancement and decreasing cost of sequencing technology, whole-genome
sequencing data provide much richer information about the underlying population
structures. However, the EIGENSTRAT method was originally developed for
analyzing array-based genotype data and thus may not perform well on sequencing
data for two reasons. First, the number of genetic variants is much larger
than the sample size in sequencing data such that the sample-to-marker
ratio is nearly zero, violating the assumption of the Tracy-Widom test
used in the EIGENSTRAT method. Second, the EIGENSTRAT method might not be able
to handle the linkage disequilibrium (LD) well in sequencing data. To resolve
those two critical issues, we propose a new statistical method called ERStruct
to estimate the number of latent sub-populations based on sequencing data. We
propose to use the ratio of successive eigenvalues as a more robust testing
statistic, and then we approximate the null distribution of our proposed test
statistic using modern random matrix theory. Simulation studies found that our
proposed ERStruct method has outperformed the traditional Tracy-Widom test on
sequencing data. We further use two public data sets from the HapMap 3 and the
1000 Genomes Projects to demonstrate the performance of our ERStruct method. We
also implement our ERStruct in a MATLAB toolbox which is now publicly available
on github through https://github.com/bglvly/ERStruct
CLE Diffusion: Controllable Light Enhancement Diffusion Model
Low light enhancement has gained increasing importance with the rapid
development of visual creation and editing. However, most existing enhancement
algorithms are designed to homogeneously increase the brightness of images to a
pre-defined extent, limiting the user experience. To address this issue, we
propose Controllable Light Enhancement Diffusion Model, dubbed CLE Diffusion, a
novel diffusion framework to provide users with rich controllability. Built
with a conditional diffusion model, we introduce an illumination embedding to
let users control their desired brightness level. Additionally, we incorporate
the Segment-Anything Model (SAM) to enable user-friendly region
controllability, where users can click on objects to specify the regions they
wish to enhance. Extensive experiments demonstrate that CLE Diffusion achieves
competitive performance regarding quantitative metrics, qualitative results,
and versatile controllability. Project page:
\url{https://yuyangyin.github.io/CLEDiffusion/
Comparison of Different Transfer Learning Methods for Classification of Mangrove Communities Using MCCUNet and UAV Multispectral Images
Mangrove-forest classification by using deep learning algorithms has attracted increasing attention but remains challenging. The current studies on the transfer classification of mangrove communities between different regions and different sensors are especially still unclear. To fill the research gap, this study developed a new deep-learning algorithm (encoder–decoder with mixed depth-wise convolution and cascade upsampling, MCCUNet) by modifying the encoder and decoder sections of the DeepLabV3+ algorithm and presented three transfer-learning strategies, namely frozen transfer learning (F-TL), fine-tuned transfer learning (Ft-TL), and sensor-and-phase transfer learning (SaP-TL), to classify mangrove communities by using the MCCUNet algorithm and high-resolution UAV multispectral images. This study combined the deep-learning algorithms with recursive feature elimination and principal component analysis (RFE–PCA), using a high-dimensional dataset to map and classify mangrove communities, and evaluated their classification performance. The results of this study showed the following: (1) The MCCUNet algorithm outperformed the original DeepLabV3+ algorithm for classifying mangrove communities, achieving the highest overall classification accuracy (OA), i.e., 97.24%, in all scenarios. (2) The RFE–PCA dimension reduction improved the classification performance of deep-learning algorithms. The OA of mangrove species from using the MCCUNet algorithm was improved by 7.27% after adding dimension-reduced texture features and vegetation indices. (3) The Ft-TL strategy enabled the algorithm to achieve better classification accuracy and stability than the F-TL strategy. The highest improvement in the F1–score of Spartina alterniflora was 19.56%, using the MCCUNet algorithm with the Ft-TL strategy. (4) The SaP-TL strategy produced better transfer-learning classifications of mangrove communities between images of different phases and sensors. The highest improvement in the F1–score of Aegiceras corniculatum was 19.85%, using the MCCUNet algorithm with the SaP-TL strategy. (5) All three transfer-learning strategies achieved high accuracy in classifying mangrove communities, with the mean F1–score of 84.37~95.25%
Interplay between moment-dependent and field-driven unidirectional magnetoresistance in CoFeB/InSb/CdTe heterostructures
Magnetoresistance effects are crucial for understanding the charge/spin
transport as well as propelling the advancement of spintronic applications.
Here we report the coexistence of magnetic moment-dependent (MD) and magnetic
field-driven (FD) unidirectional magnetoresistance (UMR) effects in
CoFeB/InSb/CdTe heterostructures. The strong spin-orbital coupling of InSb and
the matched impedance at the CoFeB/InSb interface warrant a distinct MD-UMR
effect at room temperature, while the interaction between the in-plane magnetic
field and the Rashba effect at the InSb/CdTe interface induces the marked
FD-UMR signal that dominates the high-field region. Moreover, owning to the
different spin transport mechanisms, these two types of nonreciprocal charge
transport show opposite polarities with respect to the magnetic field
direction, which further enable an effective phase modulation of the
angular-dependent magnetoresistance. Besides, the demonstrations of both the
tunable UMR response and two-terminal spin-orbit torque-driven magnetization
switching validate our CoFeB/InSb/CdTe system as a suitable integrated building
block for multifunctional spintronic device design
Recommended from our members
CacheGen: KV Cache Compression and Streaming for Fast Large Language Model Serving
As large language models (LLMs) take on complex tasks, their inputs are supplemented with longer contexts that incorporate domain knowledge. Yet using long contexts is challenging as nothing can be generated until the whole context is processed by the LLM. While the context-processing delay can be reduced by reusing the KV cache of a context across different inputs, fetching the KV cache, which contains large tensors, over the network can cause high extra network delays. CacheGen is a fast context-loading module for LLM systems. First, CacheGen uses a custom tensor encoder, leveraging KV cache's distributional properties to encode a KV cache into more compact bitstream representations with negligible decoding overhead, to save bandwidth usage. Second, CacheGen adapts the compression level of different parts of a KV cache to cope with changes in available bandwidth, in order to maintain low context-loading delay and high generation quality. We test CacheGen on popular LLMs and datasets. Compared to the recent systems that reuse the KV cache, CacheGen reduces the KV cache size by 3.5--4.3x and the total delay in fetching and processing contexts by 3.2--3.7x with negligible impact on the LLM response quality. Our code is at: https://github.com/UChi-JCL/CacheGen.</p
Deep-Time Marine Sedimentary Element Database
Geochemical data from ancient marine sediments are crucial for studying palaeoenvironments, palaeoclimates, and elements’ cycles. With increased accessibility to geochemical data, many databases have emerged. However, there remains a need for a more comprehensive database that focuses on deep-time marine sediment records. Here, we introduce the “Deep-Time Marine Sedimentary Element Database” (DM-SED). The DM-SED has been built upon the “Sedimentary Geochemistry and Paleoenvironments Project” (SGP) database with the new compilation of 34,938 data entries from 433 studies, totalling 63,691 entries. The DM-SED contains 2,412,085 discrete marine sedimentary data points, including major and trace elements and some isotopes. It includes 9,271 entries from the Precambrian and 54,420 entries from the Phanerozoic, thus providing significant references for reconstructing deep-time Earth system evolution. The data files described in this paper are available at https://doi.org/10.5281/zenodo.13898366 (Lai et al., 2024)
- …