Oleksandr Bobrovnikov, Madison Jones, Shriya Prasanna, Josiah Smith, Alexei Rybkin, Efim Pelinovsky
We discuss the following inverse problem: given the run-up data of a tsunami wave, can we recover its initial shape? We study this problem within the framework of the non-linear shallow water equations, a model widely used to study tsunami propagation and inundation. Previously, it has been demonstrated that in the case of infinite sloping bathymetry, it is possible to recover the initial water displacement and velocity from shoreline readings \cite{Rybkin23,Rybkin24,Rybkin25}. We consider a finite sloping bathymerty. We show that it is possible to recover boundary conditions (water displacement and velocity) on a virtual buoy from the shoreline data. Further, we discuss stitching together the shallow water equations and the Boussinesq equation in a more complex piece-wise sloping bathymetry in order to recover the initial conditions, while incorporating the dispersion to our model.
Kevin C. Harrington, Román Fernández Aranda, Leindert Boogaard, Axel WeiÃ, Tanio Diaz Santos, Manuel Aravena, Roberto J. Assef, Chao-Wei Tsai et al.
Hot dust-obscured galaxies (Hot DOGs), the most infrared (IR) luminous objects selected by the WISE all-sky mid-IR survey, have yielded a sample of intrinsically luminous quasars (QSOs) with obscured nuclear activity and hot dust temperatures. The molecular gas excitation properties have yet to be examined in detail under such extreme conditions. Here we study the most far-IR luminous \textit{WISE} Hot DOG W2246-0526, focusing on ALMA observations of the central host galaxy. Multi-J CO transition measurements at J=2-1, 5-4, 7-6, 12-11, and 17-16 provide the first self-consistent modeling constraints on the molecular gas and dust properties of any WISE Hot DOG to date, providing a benchmark for future studies of dust-obscured QSOs. We implement a state-of-the-art TUrbulent Non-Equilibrium Radiative transfer model (TUNER) that simultaneously models both the line and dust continuum measurements. The extreme CO spectral line energy distribution seems to turnover around the CO(12-11) transition, likely making this among the most highly excited galaxies ever reported. The model infers a molecular gas mass $\sim 8\times10^{10}$\,\Msun, and we conclude that J$\ge$3 CO line luminosities trace the bulk of the molecular gas mass for this extreme system unlike low-excitation conditions calibrated locally. W2246-0526 is a rapidly evolving system, with a high mean value of the molecular gas kinetic temperature versus dust temperature $T_\mathrm{k}$ / $T_\mathrm{d} \sim 4.3$. This may be due to the shocks and outflows injecting kinetic energy within the central kpc of this host that have previously been reported. These signs of highly excited molecular gas in W2246-0526 motivates obtaining well-sampled CO ladders in larger samples to better understand the conditions within these short-lived episodes associated with the most obscured supermassive black hole activity.
Authors' comments: Accepted by A&A. 7 pages, 4 Appendix pages, 6 figures
Y. V. Lyulin, D. Bugrov, R. Khurmatova, H. Ouerdane, I. Marchuk
Vapor condensation is a physical phenomenon that finds application in heat removal systems. The traditional design of these systems involves round tubes but experience shows that this geometry is not optimal for heat transfer. Flattened tubes on the other hand, have been found to offer potential for improvement as their geometry increases the condensation surface, which fosters higher heat transfer rates. However, the effects of tube shape (aspect ratio) and orientation (rotation angle) on film-wise condensation dynamics are not fully understood. In this work, we numerically simulate a model of the condensed vapor layer thickness distribution on the flattened tube inner surfaces taking into account bulk and surface forces (gravity, surface tension, shear stress) for a thin layer of liquid. We consider various configurations of aspect ratios (circular, and AR = 2, 4, and 6) and rotation angles (0{\deg}, 10{\deg}, 20{\deg}, 30{\deg}, 45{\deg}, 60{\deg}, 75{\deg}, and 90{\deg}). Our simulations allow for an improved understanding of how these geometric parameters as well as their interplay, influence the thickness distribution of the condensate film on the tube's inner surface, and facilitate the identification of configurations that maximize heat transfer efficiency. Considering water as a working fluid, results show a possible heat transfer enhancement of up to 74% compared to the round tube geometry for an aspect ratio of 6 and a rotation angle of 90{\deg}.
Melika Sabaghian, Mohammad Ali Keyvanrad, Seyyedeh Mahila Moghadami
Efficient deployment of deep learning models for aerial object detection on
resource-constrained devices requires significant compression without
com-promising performance. In this study, we propose a novel three-stage
compression pipeline for the YOLOv8 object detection model, integrating
sparsity-aware training, structured channel pruning, and Channel-Wise Knowledge
Distillation (CWD). First, sparsity-aware training introduces dynamic sparsity
during model optimization, effectively balancing parameter reduction and
detection accuracy. Second, we apply structured channel pruning by leveraging
batch normalization scaling factors to eliminate redundant channels,
significantly reducing model size and computational complexity. Finally, to
mitigate the accuracy drop caused by pruning, we employ CWD to transfer
knowledge from the original model, using an adjustable temperature and loss
weighting scheme tailored for small and medium object detection. Extensive
experiments on the VisDrone dataset demonstrate the effectiveness of our
approach across multiple YOLOv8 variants. For YOLOv8m, our method reduces model
parameters from 25.85M to 6.85M (a 73.51% reduction), FLOPs from 49.6G to
13.3G, and MACs from 101G to 34.5G, while reducing AP50 by only 2.7%. The
resulting compressed model achieves 47.9 AP50 and boosts inference speed from
26 FPS (YOLOv8m baseline) to 45 FPS, enabling real-time deployment on edge
devices. We further apply TensorRT as a lightweight optimization step. While
this introduces a minor drop in AP50 (from 47.9 to 47.6), it significantly
improves inference speed from 45 to 68 FPS, demonstrating the practicality of
our approach for high-throughput, re-source-constrained scenarios.
Authors' comments: 28 pages, 11 figures
Zhenyu Yang, Chen Yang, Rihui Zhang, Minbin Chen, Chunhao Wang, Fang-Fang Yin
Purpose: Accurate segmentation of glioma subregions in multi-parametric MRI
(MP-MRI) is essential for diagnosis and treatment planning but remains
challenging due to tumor heterogeneity and ambiguous boundaries. This study
proposes an uncertainty-guided hybrid framework integrating spherical
projection-based 2D modeling with targeted 3D refinement to enhance
segmentation accuracy and interpretability. Methods: Using the BraTS2020
dataset (369 patients, four-modality MP-MRI), three 2D U-Nets were trained to
segment enhancing tumor (ET), tumor core (TC), and whole tumor (WT). Voxel-wise
uncertainty was quantified via a spherical projection-based 2D nnU-Net,
capturing prediction variance across deformed inputs. A 3D sliding window was
used to identify high-uncertainty regions, which were refined using a dedicated
3D nnU-Net. Final outputs combined 2D and 3D predictions through a weighted
fusion optimized via Particle Swarm Optimization. Results: The proposed method
outperformed standalone 2D and 3D baselines, achieving Dice scores of 0.8124
(ET), 0.7499 (TC), and 0.9055 (WT), with consistent gains in sensitivity and
visual coherence. Conclusion: This work presents a novel uncertainty-aware
segmentation strategy that adaptively integrates 2D and 3D modeling. By
focusing refinement on ambiguous regions, it improves both efficiency and
accuracy, offering broad applicability to precision neuro-oncology and other
high-stakes medical imaging tasks.
Authors' comments: 31 pages, 6 figures, 2 tables
Abhilekh Borah, Chhavi Sharma, Danush Khanna, Utkarsh Bhatt, Gurpreet Singh, Hasnat Md Abdullah, Raghav Kaushik Ravi, Vinija Jain et al.
Alignment is no longer a luxury, it is a necessity. As large language models (LLMs) enter high-stakes domains like education, healthcare, governance, and law, their behavior must reliably reflect human-aligned values and safety constraints. Yet current evaluations rely heavily on behavioral proxies such as refusal rates, G-Eval scores, and toxicity classifiers, all of which have critical blind spots. Aligned models are often vulnerable to jailbreaking, stochasticity of generation, and alignment faking. To address this issue, we introduce the Alignment Quality Index (AQI). This novel geometric and prompt-invariant metric empirically assesses LLM alignment by analyzing the separation of safe and unsafe activations in latent space. By combining measures such as the Davies-Bouldin Score (DBS), Dunn Index (DI), Xie-Beni Index (XBI), and Calinski-Harabasz Index (CHI) across various formulations, AQI captures clustering quality to detect hidden misalignments and jailbreak risks, even when outputs appear compliant. AQI also serves as an early warning signal for alignment faking, offering a robust, decoding invariant tool for behavior agnostic safety auditing. Additionally, we propose the LITMUS dataset to facilitate robust evaluation under these challenging conditions. Empirical tests on LITMUS across different models trained under DPO, GRPO, and RLHF conditions demonstrate AQI's correlation with external judges and ability to reveal vulnerabilities missed by refusal metrics. We make our implementation publicly available to foster future research in this area.
Kaiming Luo
The proliferation of social media as a dominant information propagation platform has intensified scholarly concerns about systemic information distortion,a phenomenon where content undergoes progressive alteration during multi layered transmission. However, existing literature extensively documents distortion patterns, the fundamental mechanisms coupling network architecture with cognitive noise remain poorly quantified. Here, we introduce a novel fractal network with coupled Noise Frustrated Hegselmann Krause (NFHK) framework that systematically disentangles these intertwined factors. By integrating fractal topology analysis with modified bounded confidence dynamics, our model reveals how hierarchical network structures (characterized by scale invariant connectivity patterns) amplify stochastic noise through successive retransmission layers. Through rigorous mathematical analysis, multi agent simulations, and empirical validation of typical retweet cascades, we demonstrate two key phenomena: (i) distortion escalates super linearly with network depth and (ii) peer nodes exhibit emergent layer wise synchronization despite lacking direct connections among themselves and form a number of synchronous groups based on the number of network layers. These findings establish a unified mechanism explaining distortion accumulation in digital ecosystems while challenging conventional "echo chamber" narratives. Our noise frustration protocol can offer actionable insights for policymakers to design topology aware regulatory frameworks. This work bridges complex systems theory with computational social science, providing both a mathematical foundation for distortion analysis and a toolkit for platform governance.
Xueqing Chen, Beth A. Biller, Xianyu Tan, Johanna M. Vos, Yifan Zhou, Genaro Suárez, Allison M. McCarthy, Caroline V. Morley et al.
We present a new epoch of JWST spectroscopic variability monitoring of the
benchmark binary brown dwarf WISE 1049AB, the closest, brightest brown dwarfs
known. Our 8-hour MIRI low resolution spectroscopy (LRS) and 7-hour NIRSpec
prism observations extended variability measurements for any brown dwarfs
beyond 11 $\mu$m for the first time, reaching up to 14 $\mu$m. Combined with
the previous epoch in 2023, they set the longest JWST weather monitoring
baseline to date. We found that both WISE 1049AB show wavelength-dependent
light curve behaviours. Using a robust k-means clustering algorithm, we
identified several clusters of variability behaviours associated with three
distinct pressure levels. By comparing to a general circulation model (GCM), we
identified the possible mechanisms that drive the variability at these pressure
levels: Patchy clouds rotating in and out of view likely shaped the dramatic
light curves in the deepest layers between 1-2.5 $\mu$m, whereas hot spots
arising from temperature / chemical variations of molecular species likely
dominate the high-altitude levels between 2.5-3.6 $\mu$m and 4.3-8.5 $\mu$m.
Small-grain silicates potentially contributed to the variability of WISE 1049A
at 8.5-11 $\mu$m. While distinct atmospheric layers are governed by different
mechanisms, we confirmed for the first time that each variability mechanism
remains consistent within its layer over the long term. Future multi-period
observations will further test the stability of variability mechanisms on this
binary, and expanded JWST variability surveys across the L-T-Y sequence will
allow us to trace and understand variability mechanisms across a wider
population of brown dwarfs and planetary-mass objects.
Authors' comments: 21 pages, 18 figures, accepted for publication in MNRAS
Chuan-Wei Kuo, Siyu Chen, Chenqi Yan, Yu Yang Fredrik Liu
Large language models (LLMs) hold great promise for specialized scientific domains such as materials science, yet adapting them efficiently and accurately to domain-specific knowledge remains challenging due to limited data and high knowledge density. We propose a two-stage framework that combines structured model compression with a scientific fine-tuning regimen to address this challenge. In the compression stage, we decompose the LLM's weight matrices into local low-rank "rank blocks" and arrange these blocks in a Penrose-like non-periodic tiling pattern. Each block is then compacted via spectral transformations (e.g., discrete cosine or Fourier transforms), and a Kullback-Leibler (KL) divergence-based alignment loss preserves the distributional similarity between the compressed model's representations and those of the original full model. In the adaptation stage, the compressed model is further tuned using a human-like scientific reading protocol: it processes technical materials science documents section by section, engaging in a structured question-and-answer routine for each section. This section-wise Q&A fine-tuning strategy extracts explicit reasoning traces and gradually injects domain knowledge, while minimizing catastrophic forgetting of the model's general language capabilities. By balancing efficient compression with targeted adaptation, our two-stage approach enables precise specialization of LLMs to high-value domains under data-scarce conditions. We present this principled yet exploratory pipeline and outline its potential for advancing materials science knowledge integration, laying the groundwork for comprehensive empirical evaluation in future work.
G. Di Gennaro, M. Brüggen, E. Moravec, L. Di Mascolo, R. J. van Weeren, G. Brunetti, R. Cassano, A. Botteon et al.
Diffuse radio emission in galaxy clusters is a tracer of ultra-relativistic
particles and $\mu$G-level magnetic fields, and is thought to be triggered by
cluster merger events. In the distant Universe (i.e. $z>0.6$), such sources
have been observed only in a handful of systems, and their study is important
to understand the evolution of large-scale magnetic fields over the cosmic
time. Previous studies of nine {\it Planck} clusters up to $z\sim0.9$ suggest a
fast amplification of cluster-scale magnetic fields, at least up to half of the
current Universe's age, and steep spectrum cluster scale emission, in line with
particle re-acceleration due to turbulence. In this paper, we investigate the
presence of diffuse radio emission in a larger sample of galaxy clusters
reaching even higher redshifts (i.e. $z\gtrsim1$). We selected clusters from
the Massive and Distant Clusters of {\it WISE} Survey (MaDCoWS) with richness
$\lambda_{15}>40$ covering the area of the second data release of the LOFAR
Two-Meter Sky Survey (LoTSS-DR2) at 144 MHz. These selected clusters are in the
redshift range $0.78-1.53$ (with a median value of 1.05). We detect the
possible presence of diffuse radio emission, with the largest linear sizes of
$350-500$ kpc, in 5 out of the 56 clusters in our sample. If this diffuse radio
emission is due to a radio halo, these radio sources lie on or above the
scatter of the $P_\nu-M_{500}$ radio halo correlations (at 150 MHz and 1.4 GHz)
found at $z<0.6$, depending on the mass assumed. We also find that these radio
sources are at the limit of the detection by LoTSS, and therefore deeper
observations will be important for future studies.
Authors' comments: 20 pages, 9 figures; accepted for publication in Astronomy &
Astrophysics
Mustafa Muhibullah, Mark Brodwin, Michael McDonald, Anthony H. Gonzalez, Emily Moravec, Thomas Connor, S. A. Stanford, Florian Ruppin et al.
We present an analysis of the cluster X-ray morphology and active galactic
nucleus (AGN) activity in nine $z\sim1$ galaxy clusters from the Massive and
Distant Clusters of $WISE$ Survey (MaDCoWS) observed with $Chandra$. Using
photon asymmetry ($A_{\text{phot}}$) to quantify X-ray morphologies, we find
evidence that the four most dynamically disturbed clusters are likely to be
mergers. Employing a luminosity cut of $7.6\times10^{42}$ erg/s to identify AGN
in the 0.7-7.0 keV, we show that the majority of these clusters host excess AGN
compared to the local field. We use the cumulative number-count ($\log N-\log
S$) model to predict AGN incidence in cluster isophotes under this luminosity
cut. Our analysis finds evidence (at $> 2\sigma$) of a positive correlation
between AGN surface densities and photon asymmetry, suggesting that a disturbed
cluster environment plays a pivotal role in regulating AGN triggering. Studying
AGN incidence in cluster X-ray isophotes equivalent in area to $1.0r_{500}$, we
find that the AGN space density inversely scales with cluster mass as $\sim
M^{-0.5^{+0.18}_{-0.18}}$ at the 3.18$\sigma$ level. Finally, when we
separately explore the cluster mass dependence of excess AGN surface density in
disturbed and relaxed clusters, we see tentative evidence that the two
morphologically distinct sub-populations exhibit diverging trends, especially
near the outskirts, likely due to cluster merger-driven AGN
triggering/suppression.
Authors' comments: 20 pages, 9 figures, 3 tables. Accepted for publication in ApJ
Juan Deng, Shu Wang, Biwei Jiang, He Zhao
Accurate interpretation of observations relies on the interstellar dust
extinction law, which also serves as a powerful diagnostic for probing dust
properties. In this study, we investigate the multi-wavelength extinction law
of the quiescent, starless molecular cloud Coalsack and explore its potential
variation across different interstellar environments: the surrounding region,
the nearby high Galactic latitude region, the inner dense region, and the inner
diffuse region. Using a sample of 368,524 dwarf stars selected from Gaia DR3 as
tracers, we establish the effective temperature Teff-intrinsic color relations
to derive the intrinsic color indices and optical-mid-infrared (MIR) color
excess (CE) for 20 bands. Linear fits to the CE-CE diagrams provide color
excess ratios (CERs), which are subsequently converted into relative
extinction. The resulting extinction curves for different environments exhibit
steep slopes in the near-infrared (NIR) and flat profiles in the MIR. In the
optical-NIR range, the Coalsack extinction law is consistent with R_V = 3.1
while in the MIR it follows R_V= 5.5 similar to the results of active
star-forming clouds. At an angular resolution of 1.3', our extinction map
reveals fine cloud structures. No correlation is found between R_V and E(B-V)
for E(B-V) > 0.3 mag, implying a uniform optical extinction law in the Coalsack
cloud. The derived average R_V value is 3.24.
Authors' comments: 24 pages, 13 figures
V. Morénas, A. Le Yaouanc, L. Oliver
We study the transitions ${\Lambda_b \to \Lambda_c\left({1 \over 2}^\pm
\right)}$ in the Bakamjian-Thomas (BT) relativistic quark model formalism,
which describes hadrons with a fixed number of constituents. In the heavy quark
limit, the BT model yields covariant form factors and Isgur-Wise (IW) scaling,
regardless of the spectroscopic model used to describe the bound states. It has
been extensively applied to heavy mesons where subtle properties of the IW
limit of QCD, including the Bjorken-Uraltsev sum rules, have been shown to be
satisfied. The present paper, where the BT construction is applied to baryons,
is unavoidably technical because one is dealing with a three-body problem. The
complications originate from the natural choice of the Jacobi coordinates
${\vec \rho}$ (relative space coordinate between the two light spectator
quarks) and ${\vec \lambda}$ (relative space coordinate between the
center-of-mass of the two light quarks and the heavy quark). The corresponding
orbital angular momenta are denoted by ${\vec \ell}_\rho$ and ${\vec
\ell}_\lambda$, with ${\vec \ell}_\rho + {\vec \ell}_\lambda = {\vec L}$. For
the transitions $\Lambda_b \to \Lambda_c\left({1 \over 2}^\pm\right)$, i.e. $L
= 0 \to L = 0$ or $L = 0 \to L = 1$, one can see that the moduli $\ell_\rho$
and $\ell_\lambda$ can take an infinite number of values. For $L = 0 \to L = 0$
one has the constraint $\ell_\lambda = \ell_\rho$ and for $L = 0 \to L = 1$ the
constraint is $\ell_\lambda = \ell_\rho \pm 1$. We compute explicitly the IW
function $\xi_\Lambda (w)$ in the elastic case $\Lambda_b \left({1 \over 2}^+
\right) \to \Lambda_c \left({1 \over 2}^+ \right)$ and the much more involved
IW function $\sigma_\Lambda (w)$ in the inelastic case $\Lambda_b \left({1
\over 2}^+ \right) \to \Lambda_c \left({1 \over 2}^- \right)$. These functions
exhibit the expected properties of covariance and IW scaling.
Authors' comments: 51 pages; new reference added in introduction
Han-Guang Wang, Hui-Rang Hou, Li-Cheng Jin, Chen-Yang Xu, Zhong-Yi Zhang, Qing-Hao Meng
Background and Objective: Depression is a severe mental disorder, and
accurate diagnosis is pivotal to the cure and rehabilitation of people with
depression. However, the current questionnaire-based diagnostic methods could
bring subjective biases and may be denied by subjects. In search of a more
objective means of diagnosis, researchers have begun to experiment with deep
learning-based methods for identifying depressive disorders in recent years.
Methods: In this study, a novel Spatiotemporal-fused network with Automated
multi-scale Depth-wise and TIME-interval-related common feature extractor
(SAD-TIME) is proposed. SAD-TIME incorporates an automated nodes' common
features extractor (CFE), a spatial sector (SpS), a modified temporal sector
(TeS), and a domain adversarial learner (DAL). The CFE includes a multi-scale
depth-wise 1D-convolutional neural network and a time-interval embedding
generator, where the unique information of each channel is preserved. The SpS
fuses the functional connectivity with the distance-based connectivity
containing spatial position of EEG electrodes. A multi-head-attention graph
convolutional network is also applied in the SpS to fuse the features from
different EEG channels. The TeS is based on long short-term memory and graph
transformer networks, where the temporal information of different time-windows
is fused. Moreover, the DAL is used after the SpS to obtain the
domain-invariant feature. Results: Experimental results under tenfold
cross-validation show that the proposed SAD-TIME method achieves 92.00% and
94.00% depression classification accuracies on two datasets, respectively, in
cross-subject mode. Conclusion: SAD-TIME is a robust depression detection
model, where the automatedly-generated features, the SpS and the TeS assist the
classification performance with the fusion of the innate spatiotemporal
information in the EEG signals.
Authors' comments: 21pages, 7 figures
Kim Conger, Gregory Rudnick, Rose A. Finn, Gianluca Castignani, John Moustakas, Benedetta Vulcani, Daria Zakharova, Lizhi Xie et al.
Recent theoretical work and targeted observational studies suggest that
filaments are sites of galaxy preprocessing. The aim of the WISESize project is
to directly probe galaxies over the full range of environments to quantify and
characterize extrinsic galaxy quenching in the local Universe. In this paper,
we use GALFIT to measure the infrared 12$\mu$m ($R_{12}$) and 3.4$\mu$m
($R_{3.4}$) effective radii of 603 late-type galaxies in and surrounding the
Virgo cluster. We find that Virgo cluster galaxies show smaller star-forming
disks relative to their field counterparts at the $2.5\sigma$ level, while
filament galaxies show smaller star-forming disks to almost $1.5\sigma$. Our
data, therefore, show that cluster galaxies experience significant effects on
their star-forming disks prior to their final quenching period. There is also
tentative support for the hypothesis that galaxies are preprocessed in
filamentary regions surrounding clusters. On the other hand, galaxies belonging
to rich groups and poor groups do not differ significantly from those in the
field. We additionally find hints of a positive correlation between stellar
mass and size ratio for both rich group and filament galaxies, though the
uncertainties on these data are consistent with no correlation. We compare our
size measurements with the predictions from two variants of a state-of-the-art
semi-analytic model (SAM), one which includes starvation and the other
incorporating both starvation and ram-pressure stripping (RPS). Our data appear
to disfavor the SAM, which includes RPS for the rich group, filament, and
cluster samples, which contributes to improved constraints for general models
of galaxy quenching.
Authors' comments: In press
Wenwen Zhang, Zhouzhuo Tang, Yingmei Feng, Xia Yu, Qi Jie Wang, Zhiping Lin
During the early stages of respiratory virus outbreaks, such as severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2), the efficient utilize of limited nasopharyngeal swabs for rapid and accurate screening is crucial for public health. In this study, we present a methodology that integrates attenuated total reflection-Fourier transform infrared spectroscopy (ATR-FTIR) with the adaptive iteratively reweighted penalized least squares (airPLS) preprocessing algorithm and a channel-wise attention-based partial least squares one-dimensional convolutional neural network (PLS-1D-CNN) model, enabling accurate screening of infected individuals within 10 minutes. Two cohorts of nasopharyngeal swab samples, comprising 126 and 112 samples from suspected SARS-CoV-2 Omicron variant cases, were collected at Beijing You'an Hospital for verification. Given that ATR-FTIR spectra are highly sensitive to variations in experimental conditions, which can affect their quality, we propose a biomolecular importance (BMI) evaluation method to assess signal quality across different conditions, validated by comparing BMI with PLS-GBM and PLS-RF results. For the ATR-FTIR signals in cohort 2, which exhibited a higher BMI, airPLS was utilized for signal preprocessing, followed by the application of the channel-wise attention-based PLS-1D-CNN model for screening. The experimental results demonstrate that our model outperforms recently reported methods in the field of respiratory virus spectrum detection, achieving a recognition screening accuracy of 96.48%, a sensitivity of 96.24%, a specificity of 97.14%, an F1-score of 96.12%, and an AUC of 0.99. It meets the World Health Organization (WHO) recommended criteria for an acceptable product: sensitivity of 95.00% or greater and specificity of 97.00% or greater for testing prior SARS-CoV-2 infection in moderate to high volume scenarios.
Larissa Fardigola, Kateryna Khalina
In the paper, the problems of controllability and approximate controllability are studied for the control system $w_t=\Delta w$, $w_{x_1}(0,x_2,t)=u(t)\delta(x_2)$, $x_1>0$, $x_2\in\mathbb R$, $t\in(0,T)$, where $u\in L^\infty(0,T)$ is a control. To this aid, it is investigated the set $\mathcal{R}_T(0)\subset L^2((0,+\infty)\times\mathbb R)$ of its end states which are reachable from $0$. It is established that a function $f\in\mathcal{R}_T(0)$ can be represented in the form $f(x)=g\big(|x|^2\big)$ a.e. in $(0,+\infty)\times\mathbb R$ where $g\in L^2(0,+\infty)$. In fact, we reduce the problem dealing with functions from $L^2((0,+\infty)\times\mathbb R)$ to a problem dealing with functions from $L^2(0,+\infty)$. Both a necessary and sufficient condition for controllability and a sufficient condition for approximate controllability in a given time $T$ under a control $u$ bounded by a given constant are obtained in terms of solvability of a Markov power moment problem. Using the Laguerre functions (forming an orthonormal basis of $L^2(0,+\infty)$), necessary and sufficient conditions for approximate controllability and numerical solutions to the approximate controllability problem are obtained. It is also shown that there is no initial state that is null-controllable in a given time $T$. The results are illustrated by an example.
Sihao Li, Kyeong Soo Kim, Zhe Tang, Graduate, Jeremy S. Smith
In this paper, we present a new solution to the problem of large-scale
multi-building and multi-floor indoor localization based on linked neural
networks, where each neural network is dedicated to a sub-problem and trained
under a hierarchical stage-wise training framework. When the measured data from
sensors have a hierarchical representation as in multi-building and multi-floor
indoor localization, it is important to exploit the hierarchical nature in data
processing to provide a scalable solution. In this regard, the hierarchical
stage-wise training framework extends the original stage-wise training
framework to the case of multiple linked networks by training a lower-hierarchy
network based on the prior knowledge gained from the training of
higher-hierarchy networks. The experimental results with the publicly-available
UJIIndoorLoc multi-building and multi-floor Wi-Fi RSSI fingerprint database
demonstrate that the linked neural networks trained under the proposed
hierarchical stage-wise training framework can achieve a three-dimensional
localization error of 8.19 m, which, to the best of the authors' knowledge, is
the most accurate result ever obtained for neural network-based models trained
and evaluated with the full datasets of the UJIIndoorLoc database, and that,
when applied to a model based on hierarchical convolutional neural networks,
the proposed training framework can also significantly reduce the
three-dimensional localization error from 11.78 m to 8.71 m.
Authors' comments: 9 pages, 5 figures, under review for journal publication
Liang-Liang Yu
This work presents data processing, fitting procedure, modelling and
analyzing of 9-years infrared light curves provided by the WISE/NEOWISE
telescope, by which the regolith characteristics of Main-Belt Object (656)
Beagle is studied. We determine Beagle's effective diameter $D_{\rm
eff}=57.3^{+4.5}_{-2.2}$ km, geometric albedo $p_{\rm
v}=0.05^{+0.004}_{-0.007}$, mean roughness $\theta_{\rm RMS}=44\pm4^\circ$,
mean grain size $b=100^{+350}_{-90}~\mu$m, mean specific heat capacity $c_{\rm
p}=173\sim516\rm~JKg^{-1}K^{-1}$, mean thermal conductivity
$\kappa=0.7\sim1.3\times10^{-3}\rm~Wm^{-1}K^{-1}$ and mean thermal inertia
$\Gamma=14\sim32\rm~Jm^{-2}s^{-0.5}K^{-1}$. The albedo of Beagle is a little
anomalous that the albedos of Beagle's neighbouring asteroids are more close to
Themis, rather than Beagle itself. The W1-band near-infrared light curves don't
reveal significant heterogeneous NIR features on the surface of Beagle, being
inconsistent with the expectation of a family parent that has members with
diverse NIR spectral types. These results add new clues of Beagle probably
being an interloper or a sister, rather than the parent of its neighbouring
asteroids including the first main-belt comet (MBC) 133P, hence may lead to new
scenarios about the origin of famous MBC 133P. Besides, we found that
asteroidal shape models from inversion of optical light curves are imperfect
for modeling infrared lightcurves, thus could mislead evaluations of both the
heterogeneity of regolith reflectivity at near infrared and thermophysical
characteristics at thermal infrared.
Authors' comments: 10 pages, 9 figures, accepted for publication in The Astronomical
Journal. arXiv admin note: text overlap with arXiv:2104.02909
Beth A. Biller, Johanna M. Vos, Yifan Zhou, Allison M. McCarthy, Xianyu Tan, Ian J. M. Crossfield, Niall Whiteford, Genaro Suarez et al.
We report results from 8 hours of JWST/MIRI LRS spectroscopic monitoring
directly followed by 7 hours of JWST/NIRSpec prism spectroscopic monitoring of
the benchmark binary brown dwarf WISE 1049AB, the closest, brightest brown
dwarfs known. We find water, methane, and CO absorption features in both
components, including the 3.3 $\mu$m methane absorption feature and a tentative
detection of small grain ($<$ 1$\mu$m) silicate absorption at $>$8.5 $\mu$m in
WISE 1049A. Both components vary significantly ($>$1$\%$), with WISE 1049B
displaying larger variations than WISE 1049A. Using K-means clustering, we find
three main transition points in wavelength for both components of the binary:
1) change in behavior at $\sim$2.3 $\mu$m coincident with a CO absorption
bandhead, 2) change in behavior at 4.2 $\mu$m, close to the CO fundamental band
at $\lambda >$ 4.4 $\mu$m, and 3) change in behavior at 8.3-8.5 $\mu$m,
potentially corresponding to silicate absorption. We interpret the lightcurves
observed with both NIRSpec and MIRI as likely stemming from 1) a deep pressure
level driving the double-peaked variability seen in WISE 1049B at wavelengths
$<$2.3 $\mu$m and $>$8.5 $\mu$m, 2) an intermediate pressure level shaping the
lightcurve morphology between 2.3 and 4.2 $\mu$m, and 3) a higher-altitude
pressure level producing single-peaked and plateaued lightcurve behavior
between 4.2 and 8.5 $\mu$m.
Authors' comments: 28 pages, 27 figures, accepted to MNRAS