arXiv ScienceSearch

arXiv subjects

Alan Liu

Publications and source records attributed to Alan Liu.

3 recordsLinked to original sources

AI Virtue: What is "Good" Knowledge in the Age of Artificial Intelligence?

In the age of AI, what will be good knowledge? This article, which is accepted and forthcoming in a special issue of Modern Fiction Studies on "Cultural AI" in 2027, applies digital humanities methods to map epistemic virtues (like "true," "accurate," "creative") used in a corpus of 553 journal articles on AI published in 2024. "Creativity" comes in for special attention as an example. Exploring this discourse of value, the article considers how a framework might be developed for evaluating the knowledge-worth of AI -- one less locked into values formed around pre-AI "knowledge work" agents or structures, and more open to the future values of "generativity." The essay is supported by an online digital kit for exploring data models of the corpus of articles on AI it studies.

cs.CY

Automated Detection and Climatological Analysis of Ripple-Scale Gravity Wave Instabilities Using a Squeeze-and-Excitation Convolutional Neural Network

All-sky OH airglow imaging provides two-dimensional observations of mesospheric gravity wave structure near ~87 km altitude. Ripple-scale instability signatures, characterized by 5-15 km horizontal wavelengths and short lifetimes, are particularly difficult to identify consistently using manual inspection. In this study, we develop a reproducible, automated detection framework based on a squeeze-and-excitation convolutional neural network (SE-CNN) trained on 41 x 41 pixel image patches, to identify ripple-scale structures in 512 x 512 pixel all-sky airglow images acquired at Yucca Ridge Field Station (40.7o N, 104.9o W). The time-differenced images are normalized using a robust median-absolute-deviation (MAD) scaling procedure to mitigate star contamination and background variability. The model is trained and validated on manually annotated ripple and non-ripple patches, then evaluated using independent test subsets. The automated detection is performed using a sliding-window approach with spatial and temporal clustering criteria for event definition. At the patch level, the classifier achieves 92\% F1-score with high precision and recall. At the event level, automated detections recover approximately 90\% of manually identified ripple events while identifying additional low-amplitude occurrences. Validated against previous manual identification study, the automated detection catalog enables objective quantification of ripple occurrence frequency, seasonal modulation, and lifetime distributions. By emphasizing methodological transparency, calibration considerations, and validation metrics, this framework establishes a scalable measurement technique for systematic detection of mesospheric instability signatures in long-term airglow image archives.

physics.ao-ph

The Fuse XORier Lookup Table: Exploration, Implementation, and Revision of Probabilistic Sets and Maps

This paper presents an exploration, implementations, and revisions of probabilistic sets and maps, specifically focusing on Bloomier filters and related data structures. The paper introduces the Fuse XORier Lookup Table (FXLT), an enhanced version of the Bloomier Filter incorporating spatial coupling, linear construction, and optimizations. The authors provide implementations in C and Python, comparing the FXLT's performance with other data structures like bloom filters, XOR filters, binary fuse filters, hash tables, and red-black trees. The FXLT demonstrates improvements in both space and time efficiency over traditional Bloomier Filters and appears competitive with hash tables for large datasets.

cs.DS