stp2y

31135 Posts
NEBULA: Neural Empirical Bayes Under Latent Representations for Efficient and Controllable Design of Molecular Libraries

NEBULA: Neural Empirical Bayes Under Latent Representations for Efficient and Controllable Design of Molecular Libraries

arXiv:2407.03428v1 Announce Type: new Abstract: We present NEBULA, the first latent 3D generative model for scalable generation of large molecular libraries around a seed compound of interest. Such libraries are crucial for scientific discovery, but it remains challenging to generate large numbers of high quality samples efficiently. 3D-voxel-based methods have recently shown great promise for generating high quality samples de novo from random noise (Pinheiro et al., 2023). However, sampling in 3D-voxel space is computationally expensive and use in library generation is prohibitively slow. Here, we instead perform neural empirical Bayes sampling (Saremi & Hyvarinen, 2019) in the learned latent…
Read More
Anole: Adapting Diverse Compressed Models For Cross-Scene Prediction On Mobile Devices

Anole: Adapting Diverse Compressed Models For Cross-Scene Prediction On Mobile Devices

arXiv:2407.03331v1 Announce Type: new Abstract: Emerging Artificial Intelligence of Things (AIoT) applications desire online prediction using deep neural network (DNN) models on mobile devices. However, due to the movement of devices, unfamiliar test samples constantly appear, significantly affecting the prediction accuracy of a pre-trained DNN. In addition, unstable network connection calls for local model inference. In this paper, we propose a light-weight scheme, called Anole, to cope with the local DNN model inference on mobile devices. The core idea of Anole is to first establish an army of compact DNN models, and then adaptively select the model fitting the current…
Read More
Collaborative Quest Completion with LLM-driven Non-Player Characters in Minecraft

Collaborative Quest Completion with LLM-driven Non-Player Characters in Minecraft

arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website. Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them. Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs. Source link lol
Read More
Explaining ‘this’ keyword in JavaScript

Explaining ‘this’ keyword in JavaScript

1. Global Context When used in the global context (outside of any function), this refers to the global object, which is window in browsers and global in Node.js.console.log(this); // In a browser, this logs the Window object 2. Function Context In a regular function, the value of this depends on how the function is called. a. Function InvocationWhen a function is called as a standalone function, this refers to the global object (in non-strict mode) or undefined (in strict mode). function foo() { console.log(this); } foo(); // In non-strict mode, logs the global object (Window in browsers) // In strict…
Read More
Paramount and Skydance just agreed to a takeover. But media’s messiest deal isn’t over yet.

Paramount and Skydance just agreed to a takeover. But media’s messiest deal isn’t over yet.

Paramount, the media giant that owns Nickelodeon and MTV, has finally agreed to a deal with Skydance Media, the companies said late Sunday.The deal includes an acquisition of National Amusements, which holds the controlling stake in Paramount, and a merger of Skydance and Paramount Global.The announcement wraps up the long and confusing Hollywood mega-merger with two personalities at the center: Shari Redstone, who owns the controlling stake in Paramount via National Amusements, and David Ellison, the CEO of Skydance.But the drama is not over yet, because the Federal Trade Commission could step in with antitrust concerns. Companies have to review…
Read More
HEMM: Holistic Evaluation of Multimodal Foundation Models

HEMM: Holistic Evaluation of Multimodal Foundation Models

arXiv:2407.03418v1 Announce Type: new Abstract: Multimodal foundation models that can holistically process text alongside images, video, audio, and other sensory modalities are increasingly used in a variety of real-world applications. However, it is challenging to characterize and study progress in multimodal foundation models, given the range of possible modeling decisions, tasks, and domains. In this paper, we introduce Holistic Evaluation of Multimodal Models (HEMM) to systematically evaluate the capabilities of multimodal foundation models across a set of 3 dimensions: basic skills, information flow, and real-world use cases. Basic multimodal skills are internal abilities required to solve problems, such as learning…
Read More
Efficient Visibility Approximation for Game AI using Neural Omnidirectional Distance Fields

Efficient Visibility Approximation for Game AI using Neural Omnidirectional Distance Fields

arXiv:2407.03330v1 Announce Type: new Abstract: Visibility information is critical in game AI applications, but the computational cost of raycasting-based methods poses a challenge for real-time systems. To address this challenge, we propose a novel method that represents a partitioned game scene as neural Omnidirectional Distance Fields (ODFs), allowing scalable and efficient visibility approximation between positions without raycasting. For each position of interest, we map its omnidirectional distance data from the spherical surface onto a UV plane. We then use multi-resolution grids and bilinearly interpolated features to encode directions. This allows us to use a compact multi-layer perceptron (MLP) to reconstruct…
Read More
XferBench: a Data-Driven Benchmark for Emergent Language

XferBench: a Data-Driven Benchmark for Emergent Language

arXiv:2407.03456v1 Announce Type: new Abstract: In this paper, we introduce a benchmark for evaluating the overall quality of emergent languages using data-driven methods. Specifically, we interpret the notion of the "quality" of an emergent language as its similarity to human language within a deep learning framework. We measure this by using the emergent language as pretraining data for a downstream NLP tasks in human language -- the better the downstream performance, the better the emergent language. We implement this benchmark as an easy-to-use Python package that only requires a text file of utterances from the emergent language to be evaluated.…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.