-
Understanding Transformer from the Perspective of Associative Memory
Authors:
Shu Zhong,
Mingyu Xu,
Tenglong Ao,
Guang Shi
Abstract:
In this paper, we share our reflections and insights on understanding Transformer architectures through the lens of associative memory--a classic psychological concept inspired by human cognition. We start with the basics of associative memory (think simple linear attention) and then dive into two dimensions:
Memory Capacity: How much can a Transformer really remember, and how well? We introduce…
▽ More
In this paper, we share our reflections and insights on understanding Transformer architectures through the lens of associative memory--a classic psychological concept inspired by human cognition. We start with the basics of associative memory (think simple linear attention) and then dive into two dimensions:
Memory Capacity: How much can a Transformer really remember, and how well? We introduce retrieval SNR to measure this and use a kernel perspective to mathematically reveal why Softmax Attention is so effective. We also show how FFNs can be seen as a type of associative memory, leading to insights on their design and potential improvements.
Memory Update: How do these memories learn and evolve? We present a unified framework for understanding how different Transformer variants (like DeltaNet and Softmax Attention) update their "knowledge base". This leads us to tackle two provocative questions: 1. Are Transformers fundamentally limited in what they can express, and can we break these barriers? 2. If a Transformer had infinite context, would it become infinitely intelligent?
We want to demystify Transformer architecture, offering a clearer understanding of existing designs. This exploration aims to provide fresh insights and spark new avenues for Transformer innovation.
△ Less
Submitted 26 May, 2025;
originally announced May 2025.
-
Seed1.5-VL Technical Report
Authors:
Dong Guo,
Faming Wu,
Feida Zhu,
Fuxing Leng,
Guang Shi,
Haobin Chen,
Haoqi Fan,
Jian Wang,
Jianyu Jiang,
Jiawei Wang,
Jingji Chen,
Jingjia Huang,
Kang Lei,
Liping Yuan,
Lishu Luo,
Pengfei Liu,
Qinghao Ye,
Rui Qian,
Shen Yan,
Shixiong Zhao,
Shuai Peng,
Shuangye Li,
Sihang Yuan,
Sijin Wu,
Tianheng Cheng
, et al. (172 additional authors not shown)
Abstract:
We present Seed1.5-VL, a vision-language foundation model designed to advance general-purpose multimodal understanding and reasoning. Seed1.5-VL is composed with a 532M-parameter vision encoder and a Mixture-of-Experts (MoE) LLM of 20B active parameters. Despite its relatively compact architecture, it delivers strong performance across a wide spectrum of public VLM benchmarks and internal evaluati…
▽ More
We present Seed1.5-VL, a vision-language foundation model designed to advance general-purpose multimodal understanding and reasoning. Seed1.5-VL is composed with a 532M-parameter vision encoder and a Mixture-of-Experts (MoE) LLM of 20B active parameters. Despite its relatively compact architecture, it delivers strong performance across a wide spectrum of public VLM benchmarks and internal evaluation suites, achieving the state-of-the-art performance on 38 out of 60 public benchmarks. Moreover, in agent-centric tasks such as GUI control and gameplay, Seed1.5-VL outperforms leading multimodal systems, including OpenAI CUA and Claude 3.7. Beyond visual and video understanding, it also demonstrates strong reasoning abilities, making it particularly effective for multimodal reasoning challenges such as visual puzzles. We believe these capabilities will empower broader applications across diverse tasks. In this report, we mainly provide a comprehensive review of our experiences in building Seed1.5-VL across model design, data construction, and training at various stages, hoping that this report can inspire further research. Seed1.5-VL is now accessible at https://www.volcengine.com/ (Volcano Engine Model ID: doubao-1-5-thinking-vision-pro-250428)
△ Less
Submitted 11 May, 2025;
originally announced May 2025.
-
Generative Multimodal Pretraining with Discrete Diffusion Timestep Tokens
Authors:
Kaihang Pan,
Wang Lin,
Zhongqi Yue,
Tenglong Ao,
Liyu Jia,
Wei Zhao,
Juncheng Li,
Siliang Tang,
Hanwang Zhang
Abstract:
Recent endeavors in Multimodal Large Language Models (MLLMs) aim to unify visual comprehension and generation by combining LLM and diffusion models, the state-of-the-art in each task, respectively. Existing approaches rely on spatial visual tokens, where image patches are encoded and arranged according to a spatial order (e.g., raster scan). However, we show that spatial tokens lack the recursive…
▽ More
Recent endeavors in Multimodal Large Language Models (MLLMs) aim to unify visual comprehension and generation by combining LLM and diffusion models, the state-of-the-art in each task, respectively. Existing approaches rely on spatial visual tokens, where image patches are encoded and arranged according to a spatial order (e.g., raster scan). However, we show that spatial tokens lack the recursive structure inherent to languages, hence form an impossible language for LLM to master. In this paper, we build a proper visual language by leveraging diffusion timesteps to learn discrete, recursive visual tokens. Our proposed tokens recursively compensate for the progressive attribute loss in noisy images as timesteps increase, enabling the diffusion model to reconstruct the original image at any timestep. This approach allows us to effectively integrate the strengths of LLMs in autoregressive reasoning and diffusion models in precise image generation, achieving seamless multimodal comprehension and generation within a unified framework. Extensive experiments show that we achieve superior performance for multimodal comprehension and generation simultaneously compared with other MLLMs. Project Page: https://DDT-LLaMA.github.io/.
△ Less
Submitted 20 April, 2025;
originally announced April 2025.
-
LightPROF: A Lightweight Reasoning Framework for Large Language Model on Knowledge Graph
Authors:
Tu Ao,
Yanhua Yu,
Yuling Wang,
Yang Deng,
Zirui Guo,
Liang Pang,
Pinghui Wang,
Tat-Seng Chua,
Xiao Zhang,
Zhen Cai
Abstract:
Large Language Models (LLMs) have impressive capabilities in text understanding and zero-shot reasoning. However, delays in knowledge updates may cause them to reason incorrectly or produce harmful results. Knowledge Graphs (KGs) provide rich and reliable contextual information for the reasoning process of LLMs by structurally organizing and connecting a wide range of entities and relations. Exist…
▽ More
Large Language Models (LLMs) have impressive capabilities in text understanding and zero-shot reasoning. However, delays in knowledge updates may cause them to reason incorrectly or produce harmful results. Knowledge Graphs (KGs) provide rich and reliable contextual information for the reasoning process of LLMs by structurally organizing and connecting a wide range of entities and relations. Existing KG-based LLM reasoning methods only inject KGs' knowledge into prompts in a textual form, ignoring its structural information. Moreover, they mostly rely on close-source models or open-source models with large parameters, which poses challenges to high resource consumption. To address this, we propose a novel Lightweight and efficient Prompt learning-ReasOning Framework for KGQA (LightPROF), which leverages the full potential of LLMs to tackle complex reasoning tasks in a parameter-efficient manner. Specifically, LightPROF follows a "Retrieve-Embed-Reason process", first accurately, and stably retrieving the corresponding reasoning graph from the KG through retrieval module. Next, through a Transformer-based Knowledge Adapter, it finely extracts and integrates factual and structural information from the KG, then maps this information to the LLM's token embedding space, creating an LLM-friendly prompt to be used by the LLM for the final reasoning. Additionally, LightPROF only requires training Knowledge Adapter and can be compatible with any open-source LLM. Extensive experiments on two public KGQA benchmarks demonstrate that LightPROF achieves superior performance with small-scale LLMs. Furthermore, LightPROF shows significant advantages in terms of input token count and reasoning time.
△ Less
Submitted 3 April, 2025;
originally announced April 2025.
-
The CONDOR Observatory: A Gamma-Ray Observatory with a 100 GeV Threshold at 5300 Meters Above Sea Level
Authors:
Miguel Arratia,
Will Brooks,
Jiajun Huang,
Gonzalo Muñoz J.,
Luis Navarro F.,
Sebouh J. Paul,
Raquel Pezoa R.,
Sebastian Tapia,
Daniel Torres A.,
Constanza Valdivieso C.,
Nicolas Viaux M
Abstract:
We present the design of the Compact Network of Detectors with Orbital Range (CONDOR), a proposed high-altitude gamma-ray and cosmic-ray (CR) observatory set to become the highest of its kind. Planned for installation at Cerro Toco in the Atacama Desert, Chile, at 5300 meters above sea level (m.a.s.l.), CONDOR is optimized to operate in the 100 GeV to 1 TeV range using the extensive air-shower tec…
▽ More
We present the design of the Compact Network of Detectors with Orbital Range (CONDOR), a proposed high-altitude gamma-ray and cosmic-ray (CR) observatory set to become the highest of its kind. Planned for installation at Cerro Toco in the Atacama Desert, Chile, at 5300 meters above sea level (m.a.s.l.), CONDOR is optimized to operate in the 100 GeV to 1 TeV range using the extensive air-shower technique. The design prioritizes simplicity, modularity, and robustness to ensure reliable performance in a harsh environment. The CONDOR array has a full coverage factor of 90 and consists of 6000 plastic scintillator panels, each approximately 1 m^2, read by wavelength-shifting fibers and SiPMs. The readout electronics are based on fast ADCs, with White Rabbit technology ensuring time synchronization. We present an analysis of angular resolution and effective area by variation of the CORSIKA design to meet the developing GeV threshold, complementing other ground-based observatories in gamma-ray and proton CR measurements. CONDOR has the potential to support an extensive research program in astroparticle physics and multimessenger astronomy from the Southern Hemisphere, operating in all-sky mode 24 hours per day, year-round, with satellite data ranges.
△ Less
Submitted 11 March, 2025;
originally announced March 2025.
-
Incentivized Symbiosis: A Paradigm for Human-Agent Coevolution
Authors:
Tomer Jordi Chaffer,
Justin Goldston,
Gemach D. A. T. A. I
Abstract:
Cooperation is vital to our survival and progress. Evolutionary game theory offers a lens to understand the structures and incentives that enable cooperation to be a successful strategy. As artificial intelligence agents become integral to human systems, the dynamics of cooperation take on unprecedented significance. The convergence of human-agent teaming, contract theory, and decentralized framew…
▽ More
Cooperation is vital to our survival and progress. Evolutionary game theory offers a lens to understand the structures and incentives that enable cooperation to be a successful strategy. As artificial intelligence agents become integral to human systems, the dynamics of cooperation take on unprecedented significance. The convergence of human-agent teaming, contract theory, and decentralized frameworks like Web3, grounded in transparency, accountability, and trust, offers a foundation for fostering cooperation by establishing enforceable rules and incentives for humans and AI agents. We conceptualize Incentivized Symbiosis as a social contract between humans and AI, inspired by Web3 principles and encoded in blockchain technology, to define and enforce rules, incentives, and consequences for both parties. By exploring this paradigm, we aim to catalyze new research at the intersection of systems thinking in AI, Web3, and society, fostering innovative pathways for cooperative human-agent coevolution.
△ Less
Submitted 25 April, 2025; v1 submitted 8 December, 2024;
originally announced December 2024.
-
A New Variant of Benes Network: Its Topological Characterisation and Comparative Analysis
Authors:
Parvez Ali,
Annmaria Baby,
D. Antony Xavier,
Eddith Sarah Varghese,
Theertha Nair A.,
Haidar Ali
Abstract:
The modern era always looks into advancements in technology. Design and topology of interconnection networks play a mutual role in development of technology. Analysing the topological properties and characteristics of an interconnection network is not an easy task. Graph theory helps in solving this task analytically and efficiently through the use of numerical parameters known as distance based t…
▽ More
The modern era always looks into advancements in technology. Design and topology of interconnection networks play a mutual role in development of technology. Analysing the topological properties and characteristics of an interconnection network is not an easy task. Graph theory helps in solving this task analytically and efficiently through the use of numerical parameters known as distance based topological descriptors. These descriptors have considerable applications in various fields of computer science, chemistry, biology, etc. This paper deals with the evaluation of topological descriptors for an n-dimensional multistage interconnection network, the benes network,BB(n). Also, a new variant of interconnection network is derived from the benes network, named as augmented benes network and denoted as BB^* (n). The topological descriptors for the benes derived network are also determined in this work. Further, the benes network and augmented benes network undergoes a comparative analysis based on few network parameters, which helps to understand the efficiency of newly derived benes network. A broadcasting algorithm for the augmented benes network is also provided.
△ Less
Submitted 25 October, 2024;
originally announced November 2024.
-
Study on (r,s)- Generalised Transformation Graphs, A Novel Perspective Based on Transformation Graphs
Authors:
Parvez Ali,
Annmaria Baby,
D. Antony Xavier,
Theertha Nair A,
Haidar Ali,
Syed Ajaz K. Kirmani
Abstract:
For a graph $\mathbb{Q}=(\mathbb{V},\mathbb{E})$, the transformation graphs are defined as graphs with vertex set being $\mathbb{V(Q)} \cup \mathbb{E(Q)}$ and edge set is described following certain conditions. In comparison to the structure descriptor of the original graph $\mathbb{Q}$, the topological descriptor of its transformation graphs displays distinct characteristics related to structure.…
▽ More
For a graph $\mathbb{Q}=(\mathbb{V},\mathbb{E})$, the transformation graphs are defined as graphs with vertex set being $\mathbb{V(Q)} \cup \mathbb{E(Q)}$ and edge set is described following certain conditions. In comparison to the structure descriptor of the original graph $\mathbb{Q}$, the topological descriptor of its transformation graphs displays distinct characteristics related to structure. Thus, a compound's transformation graphs descriptors can be used to model a variety of structural features of the underlying chemical. In this work, the concept of transformation graphs are extended giving rise to novel class of graphs, the $(r,s)$- generalised transformation graphs, whose vertex set is union of $r$ copies of $\mathbb{V(Q)}$ and $s$ copies of $\mathbb{E(Q)}$, where, $r, s \in N$ and the edge set are defined under certain conditions. Further, these class of graphs are analysed with the help of first Zagreb index. Mainly, there are eight transformation graphs based on the criteria for edge set, but under the concept of $(r,s)$- generalised transformation graphs, infinite number of graphs can be described and analysed.
△ Less
Submitted 11 October, 2024;
originally announced October 2024.
-
LightRAG: Simple and Fast Retrieval-Augmented Generation
Authors:
Zirui Guo,
Lianghao Xia,
Yanhua Yu,
Tu Ao,
Chao Huang
Abstract:
Retrieval-Augmented Generation (RAG) systems enhance large language models (LLMs) by integrating external knowledge sources, enabling more accurate and contextually relevant responses tailored to user needs. However, existing RAG systems have significant limitations, including reliance on flat data representations and inadequate contextual awareness, which can lead to fragmented answers that fail…
▽ More
Retrieval-Augmented Generation (RAG) systems enhance large language models (LLMs) by integrating external knowledge sources, enabling more accurate and contextually relevant responses tailored to user needs. However, existing RAG systems have significant limitations, including reliance on flat data representations and inadequate contextual awareness, which can lead to fragmented answers that fail to capture complex inter-dependencies. To address these challenges, we propose LightRAG, which incorporates graph structures into text indexing and retrieval processes. This innovative framework employs a dual-level retrieval system that enhances comprehensive information retrieval from both low-level and high-level knowledge discovery. Additionally, the integration of graph structures with vector representations facilitates efficient retrieval of related entities and their relationships, significantly improving response times while maintaining contextual relevance. This capability is further enhanced by an incremental update algorithm that ensures the timely integration of new data, allowing the system to remain effective and responsive in rapidly changing data environments. Extensive experimental validation demonstrates considerable improvements in retrieval accuracy and efficiency compared to existing approaches. We have made our LightRAG open-source and available at the link: https://github.com/HKUDS/LightRAG
△ Less
Submitted 28 April, 2025; v1 submitted 8 October, 2024;
originally announced October 2024.
-
Word-wise intonation model for cross-language TTS systems
Authors:
Tomilov A. A.,
Gromova A. Y.,
Svischev A. N
Abstract:
In this paper we propose a word-wise intonation model for Russian language and show how it can be generalized for other languages. The proposed model is suitable for automatic data markup and its extended application to text-to-speech systems. It can also be implemented for an intonation contour modeling by using rule-based algorithms or by predicting contours with language models. The key idea is…
▽ More
In this paper we propose a word-wise intonation model for Russian language and show how it can be generalized for other languages. The proposed model is suitable for automatic data markup and its extended application to text-to-speech systems. It can also be implemented for an intonation contour modeling by using rule-based algorithms or by predicting contours with language models. The key idea is a partial elimination of the variability connected with different placements of a stressed syllable in a word. It is achieved with simultaneous applying of pitch simplification with a dynamic time warping clustering. The proposed model could be used as a tool for intonation research or as a backbone for prosody description in text-to-speech systems. As the advantage of the model, we show its relations with the existing intonation systems as well as the possibility of using language models for prosody prediction. Finally, we demonstrate some practical evidence of the system robustness to parameter variations.
△ Less
Submitted 30 September, 2024;
originally announced September 2024.
-
Body of Her: A Preliminary Study on End-to-End Humanoid Agent
Authors:
Tenglong Ao
Abstract:
Interactive virtual humanoid agent is a crucial interface with the physical world. A relatively complete humanoid agent first needs to have face and body, then possess both verbal and non-verbal (such as eye contact, facial expression, lip motion, gesture, and manipulation) abilities, and finally, it is capable of real-time duplex communication, e.g., the ability to actively interrupt conversation…
▽ More
Interactive virtual humanoid agent is a crucial interface with the physical world. A relatively complete humanoid agent first needs to have face and body, then possess both verbal and non-verbal (such as eye contact, facial expression, lip motion, gesture, and manipulation) abilities, and finally, it is capable of real-time duplex communication, e.g., the ability to actively interrupt conversations. Most prior systems typically only consider a subset of these elements, leaving a gap from realistic humanoid agent. In this work, we propose a real-time, duplex, interactive end-to-end network capable of modeling realistic agent behaviors, including speech, full-body movements for talking, responding, idling, and manipulation. This system is a multimodal model integrating audio and visual inputs, extended from a pre-trained large language model (LLM). We collect approximately 200,000 hours of audio, around 130,000 hours of video data, and about 20,000 alignment samples to build the model. The final model demonstrates capabilities that are difficult to achieve in previous systems, such as generalized object manipulation. This work performs a preliminary exploration of the end-to-end approach in this field, aiming to inspire further research towards scaling up.
△ Less
Submitted 5 August, 2024;
originally announced August 2024.
-
Semantic Gesticulator: Semantics-Aware Co-Speech Gesture Synthesis
Authors:
Zeyi Zhang,
Tenglong Ao,
Yuyao Zhang,
Qingzhe Gao,
Chuan Lin,
Baoquan Chen,
Libin Liu
Abstract:
In this work, we present Semantic Gesticulator, a novel framework designed to synthesize realistic gestures accompanying speech with strong semantic correspondence. Semantically meaningful gestures are crucial for effective non-verbal communication, but such gestures often fall within the long tail of the distribution of natural human motion. The sparsity of these movements makes it challenging fo…
▽ More
In this work, we present Semantic Gesticulator, a novel framework designed to synthesize realistic gestures accompanying speech with strong semantic correspondence. Semantically meaningful gestures are crucial for effective non-verbal communication, but such gestures often fall within the long tail of the distribution of natural human motion. The sparsity of these movements makes it challenging for deep learning-based systems, trained on moderately sized datasets, to capture the relationship between the movements and the corresponding speech semantics. To address this challenge, we develop a generative retrieval framework based on a large language model. This framework efficiently retrieves suitable semantic gesture candidates from a motion library in response to the input speech. To construct this motion library, we summarize a comprehensive list of commonly used semantic gestures based on findings in linguistics, and we collect a high-quality motion dataset encompassing both body and hand movements. We also design a novel GPT-based model with strong generalization capabilities to audio, capable of generating high-quality gestures that match the rhythm of speech. Furthermore, we propose a semantic alignment mechanism to efficiently align the retrieved semantic gestures with the GPT's output, ensuring the naturalness of the final animation. Our system demonstrates robustness in generating gestures that are rhythmically coherent and semantically explicit, as evidenced by a comprehensive collection of examples. User studies confirm the quality and human-likeness of our results, and show that our system outperforms state-of-the-art systems in terms of semantic appropriateness by a clear margin.
△ Less
Submitted 16 May, 2024; v1 submitted 16 May, 2024;
originally announced May 2024.
-
Pneumonia Diagnosis through pixels -- A Deep Learning Model for detection and classification
Authors:
Amit Karanth Gurpur,
Janani S,
Ajeetha B,
Brintha Therese A,
Rajeswaran Rangasami
Abstract:
Manual identification and classification of pneumonia and COVID-19 infection is a cumbersome process that, if delayed can cause irreversible damage to the patient. We have compiled CT scan images from various sources, namely, from the China Consortium of Chest CT Image Investigation (CC-CCII), the Negin Radiology located at Sari in Iran, an open access COVID-19 repository from Havard dataverse, an…
▽ More
Manual identification and classification of pneumonia and COVID-19 infection is a cumbersome process that, if delayed can cause irreversible damage to the patient. We have compiled CT scan images from various sources, namely, from the China Consortium of Chest CT Image Investigation (CC-CCII), the Negin Radiology located at Sari in Iran, an open access COVID-19 repository from Havard dataverse, and Sri Ramachandra University, Chennai, India. The images were preprocessed using various methods such as normalization, sharpening, median filter application, binarizing, and cropping to ensure uniformity while training the models. We present an ensemble classification approach using deep learning and machine learning methods to classify patients with the said diseases. Our ensemble model uses pre-trained networks such as ResNet-18 and ResNet-50 for classification and MobileNetV2 for feature extraction. The features from MobileNetV2 are used by the gradient-boosting classifier for the classification of patients. Using ResNet-18, ResNet-50, and the MobileNetV2 aided gradient boosting classifier, we propose an ensemble model with an accuracy of 98 percent on unseen data.
△ Less
Submitted 15 April, 2024;
originally announced April 2024.
-
Observations of the Crab Nebula with MACE (Major Atmospheric Cherenkov Experiment)
Authors:
Borwankar C.,
Sharma M.,
Hariharan J.,
Venugopal K.,
Godambe S.,
Mankuzhyil N.,
Chandra P.,
Khurana M.,
Pathania A.,
Chouhan N.,
Dhar V. K.,
Thubstan R.,
Norlha S.,
Keshavananda,
Sarkar D.,
Dar Z. A.,
Kotwal S. V.,
Godiyal S.,
Kushwaha C. P.,
Singh K. K.,
Das M. P.,
Tolamatti A.,
Ghosal B.,
Chanchalani K.,
Pandey P.
, et al. (10 additional authors not shown)
Abstract:
The Major Atmospheric Cherenkov Experiment (MACE) is a large size (21m) Imaging Atmospheric Cherenkov Telescope (IACT) installed at an altitude of 4270m above sea level at Hanle, Ladakh in northern India. Here we report the detection of Very High Energy (VHE) gamma-ray emission from Crab Nebula above 80 GeV. We analysed ~15 hours of data collected at low zenith angle between November 2022 and Febr…
▽ More
The Major Atmospheric Cherenkov Experiment (MACE) is a large size (21m) Imaging Atmospheric Cherenkov Telescope (IACT) installed at an altitude of 4270m above sea level at Hanle, Ladakh in northern India. Here we report the detection of Very High Energy (VHE) gamma-ray emission from Crab Nebula above 80 GeV. We analysed ~15 hours of data collected at low zenith angle between November 2022 and February 2023. The energy spectrum is well described by a log-parabola function with a flux of ~(3.46 +/- 0.26stat) x 10-10 TeV-1 cm-2 s-1, at 400 GeV with spectral index of 2.09 +/- 0.06stat and a curvature parameter of 0.08 +/- 0.07stat. The gamma-rays are detected in an energy range spanning from 80 GeV to ~5 TeV. The energy resolution improves from ~34% at an analysis energy threshold of 80 GeV to ~21% above 1 TeV. The daily light curve and the spectral energy distribution obtained for the Crab Nebula is in agreement with previous measurements, considering statistical and systematic uncertainties.
△ Less
Submitted 2 April, 2024;
originally announced April 2024.
-
A Brief Study of Computer Network Security Technologies
Authors:
Tulasi Udupa A,
Sushma Jayaram,
Shreya Ganesh Hegde
Abstract:
The rapid development of computer network system brings both a great convenience and new security threats for users. Network security problem generally includes network system security and data security. Specifically, it refers to the reliability of network system, confidentiality, integrity and availability of data information in the system. This paper introduces the significance of network secur…
▽ More
The rapid development of computer network system brings both a great convenience and new security threats for users. Network security problem generally includes network system security and data security. Specifically, it refers to the reliability of network system, confidentiality, integrity and availability of data information in the system. This paper introduces the significance of network security systems and highlights related technologies, mainly authentication, data encryption, firewall and antivirus technology. Network security problems can be faced by any network user, therefore we must greatly prioritize network security, try to prevent hostile attacks and ensure the overall security of the network system.
△ Less
Submitted 17 March, 2024;
originally announced March 2024.
-
Thomson scattering diagnostics at the Globus M2 tokamak
Authors:
Zhiltsov N. S.,
Kurskiev G. S.,
Tolstyakov S. Yu.,
Solovey V. A.,
Koval A. N.,
Aleksandrov S. E.,
Bazhenov A. N.,
Chernakov P. V.,
Filippov S. V.,
Gusev V. K.,
Khromov N. A.,
Kiselev E. O.,
Kornev A. F.,
Krikunov S. V.,
Makarov A. M.,
Minaev V. B.,
Miroshnikov I. V.,
Mukhin E. E.,
Novokhatsky A. N.,
Patrov M. I.,
Petrov Yu. V.,
Sakharov N. V.,
Schegolev. P. B.,
Telnova A. Yu.,
Tkachenko E. E.
, et al. (3 additional authors not shown)
Abstract:
The paper is devoted to the Thomson scattering (TS) diagnostics recently developed for the Globus-M2 spherical tokamak and prototyping the ITER divertor TS diagnostics. The distinctive features of the system are the use of spectrometers, acquisition system and lasers that meet the base requirements for ITER TS diagnostics. The paper describes the diagnostic system that allows precise measurements…
▽ More
The paper is devoted to the Thomson scattering (TS) diagnostics recently developed for the Globus-M2 spherical tokamak and prototyping the ITER divertor TS diagnostics. The distinctive features of the system are the use of spectrometers, acquisition system and lasers that meet the base requirements for ITER TS diagnostics. The paper describes the diagnostic system that allows precise measurements of TS signals, as well as the results of the first measurements of electron temperature and density in both central region of the plasma column and scrape-off layer. The system provides measurements of electron temperature $T_{e}$ in the range of 5 eV to 5 keV and density $n_{e}$ in the range of $5{\cdot}10^{17}÷3.25{\cdot}10^{20} m^{-3}$. The use of two ITER-grade probing lasers of different wavelengths (Nd:YAG 1064.5 nm and Nd:YLF 1047.3 nm) allows reliable measurement of $T_{e}$ in multi-colour mode, i.e., assuming that spectral calibration is unknown.
△ Less
Submitted 30 November, 2023;
originally announced November 2023.
-
MoConVQ: Unified Physics-Based Motion Control via Scalable Discrete Representations
Authors:
Heyuan Yao,
Zhenhua Song,
Yuyang Zhou,
Tenglong Ao,
Baoquan Chen,
Libin Liu
Abstract:
In this work, we present MoConVQ, a novel unified framework for physics-based motion control leveraging scalable discrete representations. Building upon vector quantized variational autoencoders (VQ-VAE) and model-based reinforcement learning, our approach effectively learns motion embeddings from a large, unstructured dataset spanning tens of hours of motion examples. The resultant motion represe…
▽ More
In this work, we present MoConVQ, a novel unified framework for physics-based motion control leveraging scalable discrete representations. Building upon vector quantized variational autoencoders (VQ-VAE) and model-based reinforcement learning, our approach effectively learns motion embeddings from a large, unstructured dataset spanning tens of hours of motion examples. The resultant motion representation not only captures diverse motion skills but also offers a robust and intuitive interface for various applications. We demonstrate the versatility of MoConVQ through several applications: universal tracking control from various motion sources, interactive character control with latent motion representations using supervised learning, physics-based motion generation from natural language descriptions using the GPT framework, and, most interestingly, seamless integration with large language models (LLMs) with in-context learning to tackle complex and abstract tasks.
△ Less
Submitted 19 December, 2023; v1 submitted 16 October, 2023;
originally announced October 2023.
-
SN 2022jli: a type Ic supernova with periodic modulation of its light curve and an unusually long rise
Authors:
Moore T.,
Smartt S. J.,
Nicholl M.,
Srivastav S.,
Stevance H. F.,
Jess D. B.,
Grant S. D. T.,
Fulton M. D.,
Rhodes L.,
Sim S. A.,
Hirai R.,
Podsiadlowski P.,
Anderson J. P.,
Ashall C.,
Bate W.,
Fender R.,
Gutierrez C. P.,
Howell D. A.,
Huber M. E.,
Inserra C.,
Leloudas G.,
Monard L. A. G.,
Muller-Bravo T. E.,
Shappee B. J.,
Smith K. W.
, et al. (20 additional authors not shown)
Abstract:
We present multi-wavelength photometry and spectroscopy of SN 2022jli, an unprecedented Type Ic supernova discovered in the galaxy NGC 157 at a distance of $\approx$ 23 Mpc. The multi-band light curves reveal many remarkable characteristics. Peaking at a magnitude of $g=15.11\pm0.02$, the high-cadence photometry reveals 12.5$\pm0.2\ $day periodic undulations superimposed on the 200 day supernova d…
▽ More
We present multi-wavelength photometry and spectroscopy of SN 2022jli, an unprecedented Type Ic supernova discovered in the galaxy NGC 157 at a distance of $\approx$ 23 Mpc. The multi-band light curves reveal many remarkable characteristics. Peaking at a magnitude of $g=15.11\pm0.02$, the high-cadence photometry reveals 12.5$\pm0.2\ $day periodic undulations superimposed on the 200 day supernova decline. This periodicity is observed in the light curves from nine separate filter and instrument configurations with peak-to-peak amplitudes of $\simeq$ 0.1 mag. This is the first time that repeated periodic oscillations, over many cycles, have been detected in a supernova light curve. SN 2022jli also displays an extreme early excess which fades over $\approx$ 25 days followed by a rise to a peak luminosity of $L_{\rm opt} = 10^{42.1}$ erg s$^{-1}$. Although the exact explosion epoch is not constrained by data, the time from explosion to maximum light is $\gtrsim$ 59 days. The luminosity can be explained by a large ejecta mass ($M_{\rm ej}\approx12\pm6$M$_{\odot}$) powered by $^{56}$Ni but we find difficulty in quantitatively modelling the early excess with circumstellar interaction and cooling. Collision between the supernova ejecta and a binary companion is a possible source of this emission. We discuss the origin of the periodic variability in the light curve, including interaction of the SN ejecta with nested shells of circumstellar matter and neutron stars colliding with binary companions.
△ Less
Submitted 22 September, 2023;
originally announced September 2023.
-
PPG Signals for Hypertension Diagnosis: A Novel Method using Deep Learning Models
Authors:
Graham Frederick,
Yaswant T,
Brintha Therese A
Abstract:
Hypertension is a medical condition characterized by high blood pressure, and classifying it into its various stages is crucial to managing the disease. In this project, a novel method is proposed for classifying stages of hypertension using Photoplethysmography (PPG) signals and deep learning models, namely AvgPool_VGG-16. The PPG signal is a non-invasive method of measuring blood pressure throug…
▽ More
Hypertension is a medical condition characterized by high blood pressure, and classifying it into its various stages is crucial to managing the disease. In this project, a novel method is proposed for classifying stages of hypertension using Photoplethysmography (PPG) signals and deep learning models, namely AvgPool_VGG-16. The PPG signal is a non-invasive method of measuring blood pressure through the use of light sensors that measure the changes in blood volume in the microvasculature of tissues. PPG images from the publicly available blood pressure classification dataset were used to train the model. Multiclass classification for various PPG stages were done. The results show the proposed method achieves high accuracy in classifying hypertension stages, demonstrating the potential of PPG signals and deep learning models in hypertension diagnosis and management.
△ Less
Submitted 14 April, 2023;
originally announced April 2023.
-
Robust Dancer: Long-term 3D Dance Synthesis Using Unpaired Data
Authors:
Bin Feng,
Tenglong Ao,
Zequn Liu,
Wei Ju,
Libin Liu,
Ming Zhang
Abstract:
How to automatically synthesize natural-looking dance movements based on a piece of music is an incrementally popular yet challenging task. Most existing data-driven approaches require hard-to-get paired training data and fail to generate long sequences of motion due to error accumulation of autoregressive structure. We present a novel 3D dance synthesis system that only needs unpaired data for tr…
▽ More
How to automatically synthesize natural-looking dance movements based on a piece of music is an incrementally popular yet challenging task. Most existing data-driven approaches require hard-to-get paired training data and fail to generate long sequences of motion due to error accumulation of autoregressive structure. We present a novel 3D dance synthesis system that only needs unpaired data for training and could generate realistic long-term motions at the same time. For the unpaired data training, we explore the disentanglement of beat and style, and propose a Transformer-based model free of reliance upon paired data. For the synthesis of long-term motions, we devise a new long-history attention strategy. It first queries the long-history embedding through an attention computation and then explicitly fuses this embedding into the generation pipeline via multimodal adaptation gate (MAG). Objective and subjective evaluations show that our results are comparable to strong baseline methods, despite not requiring paired training data, and are robust when inferring long-term music. To our best knowledge, we are the first to achieve unpaired data training - an ability that enables to alleviate data limitations effectively. Our code is released on https://github.com/BFeng14/RobustDancer
△ Less
Submitted 29 March, 2023;
originally announced March 2023.
-
Spontaneous vacuum decay in low-energy collisions of heavy nuclei beyond the monopole approximation
Authors:
Popov R. V.,
Shabaev V. M.,
Maltsev I. A.,
Telnov D. A.,
Dulaev N. K.,
Tumakov D. A
Abstract:
The problem of spontaneous vacuum decay in low-energy collisions of heavy nuclei is considered beyond the scope of the monopole approximation. The time-dependent Dirac equation is solved in a rotating coordinate system with $z$-axis directed along the internuclear line and the origin placed at the center of mass. The probabilities of electron-positron pair creation and the positron energy spectra…
▽ More
The problem of spontaneous vacuum decay in low-energy collisions of heavy nuclei is considered beyond the scope of the monopole approximation. The time-dependent Dirac equation is solved in a rotating coordinate system with $z$-axis directed along the internuclear line and the origin placed at the center of mass. The probabilities of electron-positron pair creation and the positron energy spectra are calculated in the approximation neglecting the rotational coupling. The two-center potential is expanded over spherical harmonics and the convergence with respect to the number of terms in this expansion is studied. The results show that taking into account the two-center potential instead of its spherically symmetric part preserves all the signatures of the transition to the supercritical regime that have been found in the framework of the monopole approximation and even enhances some of them.
△ Less
Submitted 22 May, 2023; v1 submitted 28 March, 2023;
originally announced March 2023.
-
GestureDiffuCLIP: Gesture Diffusion Model with CLIP Latents
Authors:
Tenglong Ao,
Zeyi Zhang,
Libin Liu
Abstract:
The automatic generation of stylized co-speech gestures has recently received increasing attention. Previous systems typically allow style control via predefined text labels or example motion clips, which are often not flexible enough to convey user intent accurately. In this work, we present GestureDiffuCLIP, a neural network framework for synthesizing realistic, stylized co-speech gestures with…
▽ More
The automatic generation of stylized co-speech gestures has recently received increasing attention. Previous systems typically allow style control via predefined text labels or example motion clips, which are often not flexible enough to convey user intent accurately. In this work, we present GestureDiffuCLIP, a neural network framework for synthesizing realistic, stylized co-speech gestures with flexible style control. We leverage the power of the large-scale Contrastive-Language-Image-Pre-training (CLIP) model and present a novel CLIP-guided mechanism that extracts efficient style representations from multiple input modalities, such as a piece of text, an example motion clip, or a video. Our system learns a latent diffusion model to generate high-quality gestures and infuses the CLIP representations of style into the generator via an adaptive instance normalization (AdaIN) layer. We further devise a gesture-transcript alignment mechanism that ensures a semantically correct gesture generation based on contrastive learning. Our system can also be extended to allow fine-grained style control of individual body parts. We demonstrate an extensive set of examples showing the flexibility and generalizability of our model to a variety of style descriptions. In a user study, we show that our system outperforms the state-of-the-art approaches regarding human likeness, appropriateness, and style correctness.
△ Less
Submitted 16 October, 2023; v1 submitted 25 March, 2023;
originally announced March 2023.
-
Virtual Screening on FPGA: Performance and Energy versus Effort
Authors:
Tom Vander Aa,
Tom Haber,
Thomas J. Ashby,
Roel Wuyts,
Wilfried Verachtert
Abstract:
With their widespread availability, FPGA-based accelerators cards have become an alternative to GPUs and CPUs to accelerate computing in applications with certain requirements (like energy efficiency) or properties (like fixed-point computations). In this paper we show results and experiences from mapping an industrial application used for drug discovery on several types of accelerators. We especi…
▽ More
With their widespread availability, FPGA-based accelerators cards have become an alternative to GPUs and CPUs to accelerate computing in applications with certain requirements (like energy efficiency) or properties (like fixed-point computations). In this paper we show results and experiences from mapping an industrial application used for drug discovery on several types of accelerators. We especially highlight the effort versus benefit of FPGAs compared to CPUs and GPUs in terms of performance and energy efficiency. For this application, even with extensive use of FPGA-specific features, and performing different optimizations, results on GPUs are still better, both in terms of energy and performance.
△ Less
Submitted 19 October, 2022;
originally announced October 2022.
-
Rhythmic Gesticulator: Rhythm-Aware Co-Speech Gesture Synthesis with Hierarchical Neural Embeddings
Authors:
Tenglong Ao,
Qingzhe Gao,
Yuke Lou,
Baoquan Chen,
Libin Liu
Abstract:
Automatic synthesis of realistic co-speech gestures is an increasingly important yet challenging task in artificial embodied agent creation. Previous systems mainly focus on generating gestures in an end-to-end manner, which leads to difficulties in mining the clear rhythm and semantics due to the complex yet subtle harmony between speech and gestures. We present a novel co-speech gesture synthesi…
▽ More
Automatic synthesis of realistic co-speech gestures is an increasingly important yet challenging task in artificial embodied agent creation. Previous systems mainly focus on generating gestures in an end-to-end manner, which leads to difficulties in mining the clear rhythm and semantics due to the complex yet subtle harmony between speech and gestures. We present a novel co-speech gesture synthesis method that achieves convincing results both on the rhythm and semantics. For the rhythm, our system contains a robust rhythm-based segmentation pipeline to ensure the temporal coherence between the vocalization and gestures explicitly. For the gesture semantics, we devise a mechanism to effectively disentangle both low- and high-level neural embeddings of speech and motion based on linguistic theory. The high-level embedding corresponds to semantics, while the low-level embedding relates to subtle variations. Lastly, we build correspondence between the hierarchical embeddings of the speech and the motion, resulting in rhythm- and semantics-aware gesture synthesis. Evaluations with existing objective metrics, a newly proposed rhythmic metric, and human feedback show that our method outperforms state-of-the-art systems by a clear margin.
△ Less
Submitted 4 May, 2023; v1 submitted 4 October, 2022;
originally announced October 2022.
-
Research on spatial information transmission efficiency and capability of safe evacuation signs
Authors:
Ruiwen Fan,
Zhangyin Dai,
Shixiang Tian,
Ting Xia a,
Hui Zhou,
Congbao Huang
Abstract:
As an indispensable spatial direction information indicator for emergency evacuation, the spatial relationship between safety evacuation signs and evacuees will affect the response time of evacuees and the evacuation efficiency. This paper takes 2 kinds of common safety evacuation signs, hangtag-type and embedded, as the research object and designs space direction information transmission efficien…
▽ More
As an indispensable spatial direction information indicator for emergency evacuation, the spatial relationship between safety evacuation signs and evacuees will affect the response time of evacuees and the evacuation efficiency. This paper takes 2 kinds of common safety evacuation signs, hangtag-type and embedded, as the research object and designs space direction information transmission efficiency and capability simulation experiment and fire drill, the efficiency and capability of spatial direction information transmission of safety evacuation signs are studied. The results show that the space angle of the hangtag-type safety evacuation sign is inversely proportional to the information transmission efficiency and capability of the space direction, and the fire drill also confirms this conclusion. When the spatial angle of the embedded safety evacuation sign is 5°, the spatial direction information transmission efficiency and capability increase. Simultaneously, the average escape time of the participants in the fire drill was lower, and the percentage of choosing unfamiliarity exports increased. The evolution of spatial angle has no significant effect on the intention of the response of subjects of different genders; when choosing the direction, males are more easily affected by the change of spatial angle than females; the confidence level of females' choice is more easily affected by spatial angle. In addition, according to the research results, the corresponding three-dimensional structure safety evacuation signs are designed. The functional structure of the safety evacuation signs is perfected, which can effectively improve the efficiency of fire emergency evacuation.
△ Less
Submitted 22 April, 2022;
originally announced April 2022.
-
Amateur Observers Witness the Return of Venus' Cloud Discontinuity
Authors:
Kardasis E.,
Peralta J.,
Maravelias G.,
Imai M.,
Wesley A.,
Olivetti T.,
Naryzhniy Y.,
Morrone L.,
Gallardo A.,
Calapai G.,
Camarena J.,
Casquinha P.,
Kananovich D.,
MacNeill N.,
Viladrich C.,
Takoudi A
Abstract:
Firstly identified in images from JAXA's orbiter Akatsuki, the cloud discontinuity of Venus is a planetary-scale phenomenon known to be recurrent since, at least, the 1980s. Interpreted as a new type of Kelvin wave, this disruption is associated to dramatic changes in the clouds' opacity and distribution of aerosols, and it may constitute a critical piece for our understanding of the thermal balan…
▽ More
Firstly identified in images from JAXA's orbiter Akatsuki, the cloud discontinuity of Venus is a planetary-scale phenomenon known to be recurrent since, at least, the 1980s. Interpreted as a new type of Kelvin wave, this disruption is associated to dramatic changes in the clouds' opacity and distribution of aerosols, and it may constitute a critical piece for our understanding of the thermal balance and atmospheric circulation of Venus. Here, we report its reappearance on the dayside middle clouds four years after its last detection with Akatsuki/IR1, and for the first time, we characterize its main properties using exclusively near-infrared images from amateur observations. In agreement with previous reports, the discontinuity exhibited temporal variations in its zonal speed, orientation, length, and its effect over the clouds' albedo during the 2019/2020 eastern elongation. Finally, a comparison with simultaneous observations by Akatsuki UVI and LIR confirmed that the discontinuity is not visible on the upper clouds' albedo or thermal emission, while zonal speeds are slower than winds at the clouds' top and faster than at the middle clouds, evidencing that this Kelvin wave might be transporting momentum up to upper clouds.
△ Less
Submitted 25 February, 2022;
originally announced February 2022.
-
A predefined-time first-order exact differentiator based on time-varying gains
Authors:
Aldana-López R.,
Gómez-Gutiérrez D.,
Trujillo M. A.,
Navarro-Gutiérrez M.,
Ruiz-León J.,
Becerra H. M
Abstract:
Recently, a first-order differentiator based on time-varying gains was introduced in the literature, in its non recursive form, for a class of differentiable signals $y(t)$, satisfying $|\ddot{y}(t)|\leq L(t-t_0)$, for a known function $L(t-t_0)$, such that $\frac{1}{L(t-t_0)}\left|\frac{d {L}(t-t_0)}{dt}\right|\leq M$ with a known constant $M$. It has been shown that such differentiator is global…
▽ More
Recently, a first-order differentiator based on time-varying gains was introduced in the literature, in its non recursive form, for a class of differentiable signals $y(t)$, satisfying $|\ddot{y}(t)|\leq L(t-t_0)$, for a known function $L(t-t_0)$, such that $\frac{1}{L(t-t_0)}\left|\frac{d {L}(t-t_0)}{dt}\right|\leq M$ with a known constant $M$. It has been shown that such differentiator is globally finite-time convergent. In this paper, we redesign such an algorithm, using time base generators (a class of time-varying gains), to obtain a differentiator algorithm for the same class of signals, with guaranteed convergence before a desired time, i.e., with fixed-time convergence with an a priori user-defined upper bound for the settling time. Thus, our approach can be applied for scenarios under time-constraints.
We present numerical examples exposing the contribution with respect to state-of-the-art algorithms.
△ Less
Submitted 5 April, 2021;
originally announced April 2021.
-
LOCNES: a solar telescope to study stellar activity in the near infrared
Authors:
Claudi R.,
Ghedina A.,
Pace E.,
Di Giorgio A. M.,
D'Orazi V.,
Gallorini L.,
Lanza A. F.,
Liu S. J.,
Rainer M.,
Tozzi A.,
Carleo I.,
Maldonado Prado J.,
Micela G.,
Molinari E.,
Poretti E.,
Phillips D.,
Tripodo G.,
Cecconi M.,
Galli A.,
Gonzalez M. D.,
Guerra Padilla V.,
Guerra Ramòn J. G.,
Harutyunyan A.,
Hernàndez Càceres N.,
Hernàndez Dìaz M.
, et al. (5 additional authors not shown)
Abstract:
LOCNES (LOw-Cost NIR Extended Solar telescope) is a solar telescope installed at the TNG (Telescopio Nazionale Galileo). It feeds the light of the Sun into the NIR spectrograph GIANO-B through a 40-m patch of optical fibers. LOCNES has been designed to obtain high signal-to-noise ratio spectra of the Sun as a star with an accurate wavelength calibration through molecular-band cells. This is an ent…
▽ More
LOCNES (LOw-Cost NIR Extended Solar telescope) is a solar telescope installed at the TNG (Telescopio Nazionale Galileo). It feeds the light of the Sun into the NIR spectrograph GIANO-B through a 40-m patch of optical fibers. LOCNES has been designed to obtain high signal-to-noise ratio spectra of the Sun as a star with an accurate wavelength calibration through molecular-band cells. This is an entirely new area of investigation that will provide timely results to improve the search of telluric planets with NIR spectrographs such as iSHELL, CARMENES, and GIANO-B. We will extract several disc-integrated activity indicators and average magnetic field measurements for the Sun in the NIR. Eventually, they will be correlated with both the RV of the Sun-as-a -star and the resolved images of the solar disc in visible and NIR. Such an approach will allow for a better understanding of the origin of activity-induced RV variations in the two spectral domains and will help in improving the techniques for their corrections. In this paper, we outline the science drivers for the LOCNES project and its first commissioning results.
△ Less
Submitted 21 December, 2020;
originally announced December 2020.
-
InGaAs/InP single-photon detectors with 60% detection efficiency at 1550 nm
Authors:
Yu-Qiang Fang,
Wei Chen,
Tian-Hong Ao,
Cong Liu,
Li Wang,
Xin-Jiang Gao,
Jun Zhang,
Jian-Wei Pan
Abstract:
InGaAs/InP single-photon detectors (SPDs) are widely used for near-infrared photon counting in practical applications. Photon detection efficiency (PDE) is one of the most important parameters for SPD characterization, and therefore increasing PDE consistently plays a central role in both industrial development and academic research. Here we present the implementation of high-frequency gating InGa…
▽ More
InGaAs/InP single-photon detectors (SPDs) are widely used for near-infrared photon counting in practical applications. Photon detection efficiency (PDE) is one of the most important parameters for SPD characterization, and therefore increasing PDE consistently plays a central role in both industrial development and academic research. Here we present the implementation of high-frequency gating InGaAs/InP SPD with a PDE as high as 60% at 1550 nm. On one hand, we optimize the structure design and device fabrication of InGaAs/InP single-photon avalanche diode with an additional dielectric-metal reflection layer to relatively increase the absorption efficiency of incident photons by ~ 20%. On the other hand, we develop a monolithic readout circuit of weak avalanche extraction to minimize the parasitic capacitance for the suppression of the afterpulsing effect. With 1.25 GHz sine wave gating and optimized gate amplitude and operation temperature, the SPD is characterized to reach a PDE of 60% with a dark count rate (DCR) of 340 kcps. For practical use, given 3 kcps DCR as a reference the PDE reaches ~ 40% PDE with an afterpulse probability of 5.5%, which can significantly improve the performance for the near-infrared SPD based applications.
△ Less
Submitted 13 July, 2020;
originally announced July 2020.
-
Compositional distributions and evolutionary processes for the near-Earth object population: Results from the MIT-Hawaii Near-Earth Object Spectroscopic Survey (MITHNEOS
Authors:
Binzel R. P.,
DeMeo F. E.,
Turtelboom E. V.,
Bus S. J.,
Tokunaga A.,
Burbine T. H.,
Lantz C.,
Polishook D.,
Carry B.,
Morbidelli A.,
Birlan M.,
Vernazza P.,
Moskovitz N.,
Slivan S. M.,
Thomas C. A.,
Rivkin A. S.,
Hicks M. D.,
Dunn T.,
Reddy V.,
Sanchez J. A.,
Granvik M.,
Kohout T
Abstract:
We report measured spectral properties for more than 1000 NEOs, representing>5% of the currently discovered population. Thermal flux detected below 2.5 μm allows us to make albedo estimates for nearly 50 objects, including two comets. Additional spectral data are reported for more than 350 Mars-crossing asteroids. Most of these measurements were achieved through a collaboration between researchers…
▽ More
We report measured spectral properties for more than 1000 NEOs, representing>5% of the currently discovered population. Thermal flux detected below 2.5 μm allows us to make albedo estimates for nearly 50 objects, including two comets. Additional spectral data are reported for more than 350 Mars-crossing asteroids. Most of these measurements were achieved through a collaboration between researchers at the Massachusetts Institute of Technology and the University of Hawaii, with full cooperation of the NASA Infrared Telescope Facility (IRTF) on Mauna Kea. We call this project the MIT-Hawaii Near-Earth Object Spectroscopic Survey (MITHNEOS; myth-neos).
△ Less
Submitted 10 April, 2020;
originally announced April 2020.
-
A High-Performance Implementation of Bayesian Matrix Factorization with Limited Communication
Authors:
Tom Vander Aa,
Xiangju Qin,
Paul Blomstedt,
Roel Wuyts,
Wilfried Verachtert,
Samuel Kaski
Abstract:
Matrix factorization is a very common machine learning technique in recommender systems. Bayesian Matrix Factorization (BMF) algorithms would be attractive because of their ability to quantify uncertainty in their predictions and avoid over-fitting, combined with high prediction accuracy. However, they have not been widely used on large-scale data because of their prohibitive computational cost. I…
▽ More
Matrix factorization is a very common machine learning technique in recommender systems. Bayesian Matrix Factorization (BMF) algorithms would be attractive because of their ability to quantify uncertainty in their predictions and avoid over-fitting, combined with high prediction accuracy. However, they have not been widely used on large-scale data because of their prohibitive computational cost. In recent work, efforts have been made to reduce the cost, both by improving the scalability of the BMF algorithm as well as its implementation, but so far mainly separately. In this paper we show that the state-of-the-art of both approaches to scalability can be combined. We combine the recent highly-scalable Posterior Propagation algorithm for BMF, which parallelizes computation of blocks of the matrix, with a distributed BMF implementation that users asynchronous communication within each block. We show that the combination of the two methods gives substantial improvements in the scalability of BMF on web-scale datasets, when the goal is to reduce the wall-clock time.
△ Less
Submitted 14 April, 2020; v1 submitted 6 April, 2020;
originally announced April 2020.
-
Solving the inverse problem for an ordinary differential equation using conjugation
Authors:
Alfaro Vigo,
D. G,
Alvarez,
A. C,
Chapiro,
G.,
Garcia-Mokina,
G.,
Moreira,
C. G. T. A
Abstract:
We consider the following inverse problem for an ordinary differential equation (ODE): given a set of data points $P=\{(t_i,x_i),\; i=1,\dots,N\}$, find an ODE $x^\prime(t) = v (x)$ that admits a solution $x(t)$ such that $x_i \approx x(t_i)$ as closely as possible. The key to the proposed method is to find approximations of the recursive or discrete propagation function $D(x)$ from the given data…
▽ More
We consider the following inverse problem for an ordinary differential equation (ODE): given a set of data points $P=\{(t_i,x_i),\; i=1,\dots,N\}$, find an ODE $x^\prime(t) = v (x)$ that admits a solution $x(t)$ such that $x_i \approx x(t_i)$ as closely as possible. The key to the proposed method is to find approximations of the recursive or discrete propagation function $D(x)$ from the given data set. Afterwards, we determine the field $v(x)$, using the conjugate map defined by Schröder's equation and the solution of a related Julia's equation. Moreover, our approach also works for the inverse problems where one has to determine an ODE from multiple sets of data points. We also study existence, uniqueness, stability and other properties of the recovered field $v(x)$. Finally, we present several numerical methods for the approximation of the field $v(x)$ and provide some illustrative examples of the application of these methods.
△ Less
Submitted 1 April, 2020; v1 submitted 29 March, 2020;
originally announced April 2020.
-
Guidelines for enhancing data locality in selected machine learning algorithms
Authors:
Imen Chakroun,
Tom Vander Aa,
Thomas J. Ashby
Abstract:
To deal with the complexity of the new bigger and more complex generation of data, machine learning (ML) techniques are probably the first and foremost used. For ML algorithms to produce results in a reasonable amount of time, they need to be implemented efficiently. In this paper, we analyze one of the means to increase the performances of machine learning algorithms which is exploiting data loca…
▽ More
To deal with the complexity of the new bigger and more complex generation of data, machine learning (ML) techniques are probably the first and foremost used. For ML algorithms to produce results in a reasonable amount of time, they need to be implemented efficiently. In this paper, we analyze one of the means to increase the performances of machine learning algorithms which is exploiting data locality. Data locality and access patterns are often at the heart of performance issues in computing systems due to the use of certain hardware techniques to improve performance. Altering the access patterns to increase locality can dramatically increase performance of a given algorithm. Besides, repeated data access can be seen as redundancy in data movement. Similarly, there can also be redundancy in the repetition of calculations. This work also identifies some of the opportunities for avoiding these redundancies by directly reusing computation results. We start by motivating why and how a more efficient implementation can be achieved by exploiting reuse in the memory hierarchy of modern instruction set processors. Next we document the possibilities of such reuse in some selected machine learning algorithms.
△ Less
Submitted 9 January, 2020;
originally announced January 2020.
-
The CALOCUBE project for a space based cosmic ray experiment: design, construction, and first performance of a high granularity calorimeter prototype
Authors:
Adriani O.,
Albergo S.,
Auditore L.,
Basti A.,
Berti E.,
Bigongiari G.,
Bonechi L.,
Bongi M.,
Bonvicini V.,
Bottai S.,
Brogi P.,
Cappello G.,
Carotenuto G.,
Castellini G.,
Cattaneo P. W.,
Cecchi R.,
Checchia C.,
D'Alessandro R.,
Detti S.,
Fasoli M.,
Finetti N.,
Italiano A.,
Lenzi P.,
Maestro P.,
Manetti M.
, et al. (26 additional authors not shown)
Abstract:
Current research in High Energy Cosmic Ray Physics touches on fundamental questions regarding the origin of cosmic rays, their composition, the acceleration mechanisms, and their production. Unambiguous measurements of the energy spectra and of the composition of cosmic rays at the "knee" region could provide some of the answers to the above questions. So far only ground based observations, which…
▽ More
Current research in High Energy Cosmic Ray Physics touches on fundamental questions regarding the origin of cosmic rays, their composition, the acceleration mechanisms, and their production. Unambiguous measurements of the energy spectra and of the composition of cosmic rays at the "knee" region could provide some of the answers to the above questions. So far only ground based observations, which rely on sophisticated models describing high energy interactions in the earth's atmosphere, have been possible due to the extremely low particle rates at these energies. A calorimetry based space experiment that could provide not only flux measurements but also energy spectra and particle identification, would certainly overcome some of the uncertainties of ground based experiments. Given the expected particle fluxes, a very large acceptance is needed to collect a sufficient quantity of data, in a time compatible with the duration of a space mission. This in turn, contrasts with the lightness and compactness requirements for space based experiments. We present a novel idea in calorimetry which addresses these issues whilst limiting the mass and volume of the detector. In this paper we report on a four year R&D program where we investigated materials, coatings, photo-sensors, Front End electronics, and mechanical structures with the aim of designing a high performance, high granularity calorimeter with the largest possible acceptance. Details are given of the design choices, component characterisation, and of the construction of a sizeable prototype (Calocube) which has been used in various tests with particle beams.
△ Less
Submitted 22 October, 2019;
originally announced October 2019.
-
Reviewing Data Access Patterns and Computational Redundancy for Machine Learning Algorithms
Authors:
Imen Chakroun,
Tom Vander Aa,
Tom Ashby
Abstract:
Machine learning (ML) is probably the first and foremost used technique to deal with the size and complexity of the new generation of data. In this paper, we analyze one of the means to increase the performances of ML algorithms which is exploiting data locality. Data locality and access patterns are often at the heart of performance issues in computing systems due to the use of certain hardware t…
▽ More
Machine learning (ML) is probably the first and foremost used technique to deal with the size and complexity of the new generation of data. In this paper, we analyze one of the means to increase the performances of ML algorithms which is exploiting data locality. Data locality and access patterns are often at the heart of performance issues in computing systems due to the use of certain hardware techniques to improve performance. Altering the access patterns to increase locality can dramatically increase performance of a given algorithm. Besides, repeated data access can be seen as redundancy in data movement. Similarly, there can also be redundancy in the repetition of calculations. This work also identifies some of the opportunities for avoiding these redundancies by directly reusing computation results. We document the possibilities of such reuse in some selected machine learning algorithms and give initial indicative results from our first experiments on data access improvement and algorithm redesign.
△ Less
Submitted 9 January, 2020; v1 submitted 25 April, 2019;
originally announced April 2019.
-
SMURFF: a High-Performance Framework for Matrix Factorization
Authors:
Tom Vander Aa,
Imen Chakroun,
Thomas J. Ashby,
Jaak Simm,
Adam Arany,
Yves Moreau,
Thanh Le Van,
José Felipe Golib Dzib,
Jörg Wegner,
Vladimir Chupakhin,
Hugo Ceulemans,
Roel Wuyts,
Wilfried Verachtert
Abstract:
Bayesian Matrix Factorization (BMF) is a powerful technique for recommender systems because it produces good results and is relatively robust against overfitting. Yet BMF is more computationally intensive and thus more challenging to implement for large datasets. In this work we present SMURFF a high-performance feature-rich framework to compose and construct different Bayesian matrix-factorizatio…
▽ More
Bayesian Matrix Factorization (BMF) is a powerful technique for recommender systems because it produces good results and is relatively robust against overfitting. Yet BMF is more computationally intensive and thus more challenging to implement for large datasets. In this work we present SMURFF a high-performance feature-rich framework to compose and construct different Bayesian matrix-factorization methods. The framework has been successfully used in to do large scale runs of compound-activity prediction. SMURFF is available as open-source and can be used both on a supercomputer and on a desktop or laptop machine. Documentation and several examples are provided as Jupyter notebooks using SMURFF's high-level Python API.
△ Less
Submitted 29 July, 2019; v1 submitted 4 April, 2019;
originally announced April 2019.
-
A Fermi Gamma-ray Burst Monitor Search for Electromagnetic Signals Coincident with Gravitational-Wave Candidates in Advanced LIGO's First Observing Run
Authors:
The Fermi Gamma-ray Burst Monitor Team,
The LIGO Scientific Collaboration,
the Virgo Collaboration,
:,
E. Burns,
A. Goldstein,
C. M. Hui,
L. Blackburn,
M. S. Briggs,
V. Connaughton,
R. Hamburg,
D. Kocevski,
P. Veres,
C. A. Wilson-Hodge,
E. Bissaldi,
W. H. Cleveland,
M. M. Giles,
B. Mailyan,
C. A. Meegan,
W. A. Paciesas,
S. Poolakkil,
R. D. Preece,
J. L. Racusin,
O. J. Roberts,
A. von Kienlin
, et al. (1139 additional authors not shown)
Abstract:
We present a search for prompt gamma-ray counterparts to compact binary coalescence gravitational wave (GW) candidates from Advanced LIGO's first observing run (O1). As demonstrated by the multimessenger observations of GW170817/GRB 170817A, electromagnetic and GW observations provide complementary information about the astrophysical source and, in the case of weaker candidates, may strengthen the…
▽ More
We present a search for prompt gamma-ray counterparts to compact binary coalescence gravitational wave (GW) candidates from Advanced LIGO's first observing run (O1). As demonstrated by the multimessenger observations of GW170817/GRB 170817A, electromagnetic and GW observations provide complementary information about the astrophysical source and, in the case of weaker candidates, may strengthen the case for an astrophysical origin. Here we investigate low-significance GW candidates from the O1 compact-binary coalescence searches using the Fermi Gamma-ray Burst Monitor (GBM), leveraging its all-sky and broad energy coverage. Candidates are ranked and compared to background to measure significance. Those with false alarm rates of less than 10^-5 Hz (about one per day) are used as the search sample for gamma-ray follow-up. No GW candidates were found to be coincident with gamma-ray transients independently identified by blind searches of the GBM data. In addition, GW candidate event times were followed up by a separate targeted search of GBM data. Among the resulting GBM events, the two with lowest false alarm rates were the gamma-ray transient GW150914-GBM presented in Connaughton et al. (2016) and a solar flare in chance coincidence with a GW candidate.
△ Less
Submitted 18 November, 2019; v1 submitted 5 October, 2018;
originally announced October 2018.
-
Mining Twitter Conversations around E-commerce Promotional Events
Authors:
Binny Mathew,
Unnikrishnan T A,
Tanmoy Chakraborty,
Niloy Ganguly,
Samik Datta
Abstract:
With Social Media platforms establishing themselves as the de facto destinations for their customers views and opinions, brands around the World are investing heavily on invigorating their customer connects by utilizing such platforms to their fullest. In this paper, we develop a novel technique for mining conversations in Twitter by weaving together all conversations around an event into one unif…
▽ More
With Social Media platforms establishing themselves as the de facto destinations for their customers views and opinions, brands around the World are investing heavily on invigorating their customer connects by utilizing such platforms to their fullest. In this paper, we develop a novel technique for mining conversations in Twitter by weaving together all conversations around an event into one unified graph (Conversation Graph, henceforth). The structure of the Conversation Graph emerges as a variant of the BOWTIE structure (dubbed ASKEWBOWTIE henceforth) as a result of the complex communication patterns amongst these players. Finally, we investigate the structural properties of the ASKEWBOWTIE structure to understand the configuration of the components and their temporal evolution.
△ Less
Submitted 4 February, 2018;
originally announced February 2018.
-
Shock Regularization with Smoothness-Increasing Accuracy-Conserving Dirac-Delta Polynomial Kernels
Authors:
Wissink B. W,
Jacobs G. B.,
Ryan J. K.,
Don W-S,
van der Weide E. T. A
Abstract:
A smoothness-increasing accuracy conserving filtering approach to the regularization of discontinuities is presented for single domain spectral collocation approximations of hyperbolic conservation laws. The filter is based on convolution of a polynomial kernel that approximates a delta-sequence. The kernel combines a $k^{th}$ order smoothness with an arbitrary number of ${m}$ zero moments. The ze…
▽ More
A smoothness-increasing accuracy conserving filtering approach to the regularization of discontinuities is presented for single domain spectral collocation approximations of hyperbolic conservation laws. The filter is based on convolution of a polynomial kernel that approximates a delta-sequence. The kernel combines a $k^{th}$ order smoothness with an arbitrary number of ${m}$ zero moments. The zero moments ensure a $m^{th}$ order accurate approximation of the delta-sequence to the delta function. Through exact quadrature the projection error of the polynomial kernel on the spectral basis is ensured to be less than the moment error. A number of test cases on the advection equation, Burger's equation and Euler equations in 1D and 2D shown that the filter regularizes discontinuities while preserving high-order resolution
△ Less
Submitted 23 August, 2017;
originally announced August 2017.
-
Distributed Matrix Factorization using Asynchrounous Communication
Authors:
Tom Vander Aa,
Imen Chakroun,
Tom Haber
Abstract:
Using the matrix factorization technique in machine learning is very common mainly in areas like recommender systems. Despite its high prediction accuracy and its ability to avoid over-fitting of the data, the Bayesian Probabilistic Matrix Factorization algorithm (BPMF) has not been widely used on large scale data because of the prohibitive cost. In this paper, we propose a distributed high-perfor…
▽ More
Using the matrix factorization technique in machine learning is very common mainly in areas like recommender systems. Despite its high prediction accuracy and its ability to avoid over-fitting of the data, the Bayesian Probabilistic Matrix Factorization algorithm (BPMF) has not been widely used on large scale data because of the prohibitive cost. In this paper, we propose a distributed high-performance parallel implementation of the BPMF using Gibbs sampling on shared and distributed architectures. We show by using efficient load balancing using work stealing on a single node, and by using asynchronous communication in the distributed version we beat state of the art implementations.
△ Less
Submitted 29 May, 2017;
originally announced May 2017.
-
Distributed Bayesian Probabilistic Matrix Factorization
Authors:
Tom Vander Aa,
Imen Chakroun,
Tom Haber
Abstract:
Matrix factorization is a common machine learning technique for recommender systems. Despite its high prediction accuracy, the Bayesian Probabilistic Matrix Factorization algorithm (BPMF) has not been widely used on large scale data because of its high computational cost. In this paper we propose a distributed high-performance parallel implementation of BPMF on shared memory and distributed archit…
▽ More
Matrix factorization is a common machine learning technique for recommender systems. Despite its high prediction accuracy, the Bayesian Probabilistic Matrix Factorization algorithm (BPMF) has not been widely used on large scale data because of its high computational cost. In this paper we propose a distributed high-performance parallel implementation of BPMF on shared memory and distributed architectures. We show by using efficient load balancing using work stealing on a single node, and by using asynchronous communication in the distributed version we beat state of the art implementations.
△ Less
Submitted 11 May, 2017;
originally announced May 2017.
-
Magnetic, specific heat and electrical transport properties of Frank-Kasper cage compounds RTM$_2$Al$_{20}$ [R = Eu,Gd and La ; TM = V,Ti]
Authors:
Ramesh Kumar K,
Harikrishnan S. Nair,
Reinke Christian,
Thamizhavel A,
A. M. Strydom
Abstract:
Single crystals of Frank-Kasper compounds RTM$_2$Al$_{20}$ (R = Eu, Gd and La; TM = V and Ti) were grown by self-flux method and their physical properties were investigated through magnetization ($M$), magnetic susceptibility ($χ$), specific heat ($C_P$) and electrical resistivity ($ρ$) measurements. Powder x-ray diffraction studies and structural analysis showed that these compounds crystallize i…
▽ More
Single crystals of Frank-Kasper compounds RTM$_2$Al$_{20}$ (R = Eu, Gd and La; TM = V and Ti) were grown by self-flux method and their physical properties were investigated through magnetization ($M$), magnetic susceptibility ($χ$), specific heat ($C_P$) and electrical resistivity ($ρ$) measurements. Powder x-ray diffraction studies and structural analysis showed that these compounds crystallize in the cubic crystal structure with the space group $Fd\overline{3}m$. The magnetic susceptibility for the compounds EuTi$_2$Al$_{20}$ and GdTi$_2$Al$_{20}$ showed a sudden jump below the N{é}el temperature $T_N$ indicative of plausible double magnetic transition. Specific heat ($C_P$) and electrical resistivity ($ρ$) measurements also confirm the first-order magnetic transition (FOMT) and possible double magnetic transitions. Temperature variation of heat capacity showed a sharp phase transition and huge $C_P$ value for the (Eu/Gd)Ti$_2$Al$_{20}$ compounds Full width at half-maximum (FWHM) $<$ 0.2 K) which is reminiscent of a first-order phase transition and a unique attribute among RTM$_2$Al$_{20}$ compounds. We observed clear anomaly between heating and cooling cycle in temperature-time relaxation curve for the compounds GdTi$_2$Al$_{20}$ (2.38 $K$) and EuTi$_2$Al$_{20}$ (3.2 $K$) which is indicating a thermal arrest due to the latent heat. The temperature variation of $S_{mag}$ for GdTi$_2$Al$_{20}$ saturates to a value $0.95R\ln8$ while the other magnetic systems exhibited still lower entropy saturation values in the high temperature limit. Resistivity measurements showed that all the samples behave as normal Fermi liquid type compounds and $ρ(T)$ due to electron-phonon scattering follows Bloch-Gr$\ddot{\textrm u}$neisen-Mott relation in the paramagnetic region.
△ Less
Submitted 12 September, 2016;
originally announced September 2016.
-
Nonlinear Interference effect for Optical Clocks in Yb Atoms
Authors:
Tara Ahmadi,
Sergei. A Pulkin
Abstract:
In this paper, two-photon absorption resonance has been investigated . We studied this phenomenon in three-level system with common upper level, two lower long-life levels and two quasi-resonant laser fields with different frequency spectrum. It has been shown that, the absorption coefficient in the far distance from absorption line at the frequency of two-photon resonance has considerable amplitu…
▽ More
In this paper, two-photon absorption resonance has been investigated . We studied this phenomenon in three-level system with common upper level, two lower long-life levels and two quasi-resonant laser fields with different frequency spectrum. It has been shown that, the absorption coefficient in the far distance from absorption line at the frequency of two-photon resonance has considerable amplitude and narrow width. Frequency difference between two lower levels is transition frequency for optical clocks. This resonance is much less sensitive to the effects of noise components and probing fields compared with electromagnetically induced transparency. Stark shift of the two-photon resonance can be offset and reduced by the changes in the probing field amplitude. We recommended to use an additional laser with narrow line to stabilize the frequency at optical clock to get a line in sub-Hertz range.
△ Less
Submitted 22 July, 2014; v1 submitted 5 July, 2014;
originally announced July 2014.
-
The Theory of Three-level Photon Echo Using of Rotating Wave Approximation
Authors:
Tara Ahmadi,
Sergei. A Pulkin,
Vladimir. A Sheftsov
Abstract:
The three level photon echo has been described in different works by using rotating wave approximation but none of them did not get results which show the effects of field's frequencies on frequency of ground level of system. In this work, we studied a Lambda type system theoretically and numerically. By considering the Doppler effect in environment, we get different equation for polarization of e…
▽ More
The three level photon echo has been described in different works by using rotating wave approximation but none of them did not get results which show the effects of field's frequencies on frequency of ground level of system. In this work, we studied a Lambda type system theoretically and numerically. By considering the Doppler effect in environment, we get different equation for polarization of echo signal and its intensity.
△ Less
Submitted 25 September, 2022; v1 submitted 29 May, 2014;
originally announced May 2014.
-
UWISH2 -- The UKIRT Widefield Infrared Survey for H2
Authors:
D.,
Froebrich,
C. J.,
Davis,
G.,
Ioannidis,
T. M.,
Gledhill,
M.,
Takami,
A.,
Chrysostomou,
J.,
Drew,
J.,
Eislöffel,
A.,
Gosling,
R.,
Gredel,
J.,
Hatchell,
K. W.,
Hodapp,
M. S. N.
, et al. (41 additional authors not shown)
Abstract:
We present the goals and preliminary results of an unbiased, near-infrared, narrow-band imaging survey of the First Galactic Quadrant (10deg<l<65deg ; -1.3deg<b<+1.3deg). This area includes most of the Giant Molecular Clouds and massive star forming regions in the northern hemisphere. The survey is centred on the 1-0S(1) ro-vibrational line of H2, a proven tracer of hot, dense molecular gas in sta…
▽ More
We present the goals and preliminary results of an unbiased, near-infrared, narrow-band imaging survey of the First Galactic Quadrant (10deg<l<65deg ; -1.3deg<b<+1.3deg). This area includes most of the Giant Molecular Clouds and massive star forming regions in the northern hemisphere. The survey is centred on the 1-0S(1) ro-vibrational line of H2, a proven tracer of hot, dense molecular gas in star-forming regions, around evolved stars, and in supernova remnants. The observations complement existing and upcoming photometric surveys (Spitzer-GLIMPSE, UKIDSS-GPS, JCMT-JPS, AKARI, Herschel Hi-GAL, etc.), though we probe a dynamically active component of star formation not covered by these broad-band surveys. Our narrow-band survey is currently more than 60% complete. The median seeing in our images is 0.73arcsec. The images have a 5sigma detection limit of point sources of K=18mag and the surface brightness limit is 10^-19Wm^-2arcsec^-2 when averaged over our typical seeing. Jets and outflows from both low and high mass Young Stellar Objects are revealed, as are new Planetary Nebulae and - via a comparison with earlier K-band observations acquired as part of the UKIDSS GPS - numerous variable stars. With their superior spatial resolution, the UWISH2 data also have the potential to reveal the true nature of many of the Extended Green Objects found in the GLIMPSE survey.
△ Less
Submitted 3 December, 2010;
originally announced December 2010.
-
A Recurrent Rotor-Router Configuration in Z^3
Authors:
Tulasi Ram Reddy A
Abstract:
Rotor Router models were first introduced by James Propp in 2002. A recurrent Rotor configuration is the one in which every state is visited infinitely often. In this project we investigated whether there is a recurrent Rotor configuration in Z^d (d>2).
Rotor Router models were first introduced by James Propp in 2002. A recurrent Rotor configuration is the one in which every state is visited infinitely often. In this project we investigated whether there is a recurrent Rotor configuration in Z^d (d>2).
△ Less
Submitted 21 May, 2010;
originally announced May 2010.
-
Relativistic MHD Winds from Rotating Neutron Stars
Authors:
Bucciantini,
N.,
Thompson,
Todd A.,
Arons,
J.,
Quataert,
E.,
Del Zanna,
L.
Abstract:
We review here recent numerical results concerning the acceleration and collimation of relativistic outflows from neutron stars, and we discuss their implications for models of magnetars in their hypothesized initial high rotation states. New results with different injection conditions and extending to much larger distance from the central star are also presented and discussed, showing that, onl…
▽ More
We review here recent numerical results concerning the acceleration and collimation of relativistic outflows from neutron stars, and we discuss their implications for models of magnetars in their hypothesized initial high rotation states. New results with different injection conditions and extending to much larger distance from the central star are also presented and discussed, showing that, only in the case of weakly magnetized winds, collimated outflows are indeed possible. We finally comment on the possibility that newly born magnetars might trigger GRBs, and we show that numerical results do not support such hypothesis.
△ Less
Submitted 19 January, 2007;
originally announced January 2007.
-
Idealized Slab Plasma approach for the study of Warm Dense Matter
Authors:
A. Ng,
T. Ao,
F. Perrot,
M. W. C. Dharma-wardana,
M. E. Foord
Abstract:
Recently, warm dense matter (WDM) has emerged as an interdisciplinary field that draws increasing interest in plasma physics, condensed matter physics, high pressure science, astrophysics, inertial confinement fusion, as well as materials science under extreme conditions. To allow the study of well-defined WDM states, we have introduced the concept of idealized-slab plasmas that can be realized…
▽ More
Recently, warm dense matter (WDM) has emerged as an interdisciplinary field that draws increasing interest in plasma physics, condensed matter physics, high pressure science, astrophysics, inertial confinement fusion, as well as materials science under extreme conditions. To allow the study of well-defined WDM states, we have introduced the concept of idealized-slab plasmas that can be realized in the laboratory via (i) the isochoric heating of a solid and (ii) the propagation of a shock wave in a solid. The application of this concept provides new means for probing the dynamic conductivity, equation of state, ionization and opacity. These approaches are presented here using results derived from first-principles (density-functional type) theory, Thomas-Fermi type theory, and numerical simulations.
△ Less
Submitted 9 May, 2005;
originally announced May 2005.
-
Susy Cosmological Models
Authors:
F. Aceves de la Cruz,
J. J. Rosales,
V. I. Tkach,
J. Torres A
Abstract:
In this work we consider the action for a set of complex scalar supermultiplets interacting with the scale factor in the supersymmetric cosmological models. We show that the local conformal supersymmetry leads to a scalar field potential defined in terms of the Kähler potential and superpotential. Using supersymmetry breaking we are able to obtain a normalizable wave function for the FRW cosmolo…
▽ More
In this work we consider the action for a set of complex scalar supermultiplets interacting with the scale factor in the supersymmetric cosmological models. We show that the local conformal supersymmetry leads to a scalar field potential defined in terms of the Kähler potential and superpotential. Using supersymmetry breaking we are able to obtain a normalizable wave function for the FRW cosmological model.
△ Less
Submitted 3 July, 2001; v1 submitted 1 June, 2001;
originally announced June 2001.