Goto

Collaborating Authors

 Energy


GiAnt: A Bio-Inspired Hexapod for Adaptive Terrain Navigation and Object Detection

arXiv.org Artificial Intelligence

This paper presents the design, development and testing of GiAnt, an affordable hexapod which is inspired by the efficient motions of ants. The decision to model GiAnt after ants rather than other insects is rooted in ants' natural adaptability to a variety of terrains. This bio-inspired approach gives it a significant advantage in outdoor applications, offering terrain flexibility along with efficient energy use. It features a lightweight 3D-printed and laser cut structure weighing 1.75 kg with dimensions of 310 mm x 200 mm x 120 mm. Its legs have been designed with a simple Single Degree of Freedom (DOF) using a link and crank mechanism. It is great for conquering challenging terrains such as grass, rocks, and steep surfaces. Unlike traditional robots using four wheels for motion, its legged design gives superior adaptability to uneven and rough surfaces. GiAnt's control system is built on Arduino, allowing manual operation. An effective way of controlling the legs of GiAnt was achieved by gait analysis. It can move up to 8 cm of height easily with its advanced leg positioning system. Furthermore, equipped with machine learning and image processing technology, it can identify 81 different objects in a live monitoring system. It represents a significant step towards creating accessible hexapod robots for research, exploration, and surveying, offering unique advantages in adaptability and control simplicity.


DPANet: Dual Pyramid Attention Network for Multivariate Time Series Forecasting

arXiv.org Artificial Intelligence

Long-term time series forecasting (LTSF) is hampered by the challenge of modeling complex dependencies that span multiple temporal scales and frequency resolutions. Existing methods, including Transformer and MLP-based models, often struggle to capture these intertwined characteristics in a unified and structured manner. We propose the Dual Pyramid Attention Network (DPANet), a novel architecture that explicitly decouples and concurrently models temporal multi-scale dynamics and spectral multi-resolution periodicities. DPANet constructs two parallel pyramids: a Temporal Pyramid built on progressive downsampling, and a Frequency Pyramid built on band-pass filtering. The core of our model is the Cross-Pyramid Fusion Block, which facilitates deep, interactive information exchange between corresponding pyramid levels via cross-attention. This fusion proceeds in a coarse-to-fine hierarchy, enabling global context to guide local representation learning. Extensive experiments on public benchmarks show that DPANet achieves state-of-the-art performance, significantly outperforming prior models. Code is available at https://github.com/hit636/DPANet.


KP-PINNs: Kernel Packet Accelerated Physics Informed Neural Networks

arXiv.org Artificial Intelligence

Differential equations are involved in modeling many engineering problems. Many efforts have been devoted to solving differential equations. Due to the flexibility of neural networks, Physics Informed Neural Networks (PINNs) have recently been proposed to solve complex differential equations and have demonstrated superior performance in many applications. While the L2 loss function is usually a default choice in PINNs, it has been shown that the corresponding numerical solution is incorrect and unstable for some complex equations. In this work, we propose a new PINNs framework named Kernel Packet accelerated PINNs (KP-PINNs), which gives a new expression of the loss function using the reproducing kernel Hilbert space (RKHS) norm and uses the Kernel Packet (KP) method to accelerate the computation. Theoretical results show that KP-PINNs can be stable across various differential equations. Numerical experiments illustrate that KP-PINNs can solve differential equations effectively and efficiently. This framework provides a promising direction for improving the stability and accuracy of PINNs-based solvers in scientific computing.


Compound Fault Diagnosis for Train Transmission Systems Using Deep Learning with Fourier-enhanced Representation

arXiv.org Artificial Intelligence

Abstract--Fault diagnosis prevents train disruptions by ensuring the stability and reliability of their transmission systems. Data-driven fault diagnosis models have several advantages over traditional methods in terms of dealing with non-linearity, adaptability, scalability, and automation. However, existing data-driven models are trained on separate transmission components and only consider single faults due to the limitations of existing datasets. These models will perform worse in scenarios where components operate with each other at the same time, affecting each component's vibration signals. T o address some of these challenges, we propose a frequency domain representation and a 1-dimensional convolutional neural network for compound fault diagnosis and applied it on the PHM Beijing 2024 dataset, which includes 21 sensor channels, 17 single faults, and 42 compound faults from 4 interacting components, that is, motor, gearbox, left axle box, and right axle box. Our proposed model achieved 97.67% and 93.93% accuracies on the test set with 17 single faults and on the test set with 42 compound faults, respectively. Fault diagnosis plays a crucial role in maintaining the stability and reliability of transmission components, helping to prevent disruptions in train operations.


Shop these early Prime Day deals on powerful Ego battery-powered chainsaws and yard tools

Popular Science

These battery-powered saws are even more powerful than their gas-powered competition. Plus, they're quieter and easier to start. We may earn revenue from the products available on this page and participate in affiliate programs. Fall yard cleanup season is officially here, and if you've been putting off upgrading your lawn care arsenal, now's the time to make the switch. EGO Power+ is having a significant sale across their entire lineup of battery-powered outdoor tools on Amazon, with discounts up to 29 percent off regular prices.


Big Tech Dreams of Putting Data Centers in Space

WIRED

A sci-fi idea is gaining supporters, from billionaires to city councils. Whether it's feasible is another matter. All products featured on WIRED are independently selected by our editors. However, we may receive compensation from retailers and/or from purchases of products through these links. The companies frantically building and leasing data centers are well aware that they're straining grids, driving emissions, and guzzling water.


AI-Driven Disaster Response and Displacement Monitoring

Communications of the ACM

The 2023 Tรผrkiye-Syria earthquakes, also known as the 2023 KahramanmaraลŸ earthquakes, were two catastrophic events that struck nine hours apart on February 6, 2023, with epicenters in the Pazarcฤฑk and Elbistan districts of KahramanmaraลŸ, and magnitudes of 7.8 Mw and 7.5 Mw, respectively (see Figure 1).


How Energy-Generating Sidewalks Work

WIRED

These innovative pavings convert the kinetic energy of footsteps into clean electric energy. We walk here, we walk there, we walk everywhere. Maybe you're headed to work or to lunch in a busy city. You're expending energy, and the exercise is good for you. But what if, on top of that, we could recapture all that freely supplied energy and convert it to usable electricity?


Russia-Ukraine war: List of key events, day 1,303

Al Jazeera

How is Russia replenishing its military? What is a'coalition of the willing'? How China forgot promises and'debts' to Ukraine How are Europe, the US pulling apart on Ukraine? Ukrainian drones hit a key oil-processing and petrochemical complex in Russia's Bashkortostan region, as well as an oil refinery in the Volgograd region, as Ukraine escalates its campaign against Russia's extensive oil and gas sector. Russian military units claim to have breached Ukraine's western village of Yampol and secured new positions near five residential areas in the same area, according to Russia's state TASS news agency.


TITAN: A Trajectory-Informed Technique for Adaptive Parameter Freezing in Large-Scale VQE

arXiv.org Artificial Intelligence

Variational quantum Eigensolver (VQE) is a leading candidate for harnessing quantum computers to advance quantum chemistry and materials simulations, yet its training efficiency deteriorates rapidly for large Hamiltonians. Two issues underlie this bottleneck: (i) the no-cloning theorem imposes a linear growth in circuit evaluations with the number of parameters per gradient step; and (ii) deeper circuits encounter barren plateaus (BPs), leading to exponentially increasing measurement overheads. To address these challenges, here we propose a deep learning framework, dubbed Titan, which identifies and freezes inactive parameters of a given ansatze at initialization for a specific class of Hamiltonians, reducing the optimization overhead without sacrificing accuracy. The motivation of Titan starts with our empirical findings that a subset of parameters consistently has a negligible influence on training dynamics. Its design combines a theoretically grounded data construction strategy, ensuring each training example is informative and BP-resilient, with an adaptive neural architecture that generalizes across ansatze of varying sizes. Across benchmark transverse-field Ising models, Heisenberg models, and multiple molecule systems up to 30 qubits, Titan achieves up to 3 times faster convergence and 40% to 60% fewer circuit evaluations than state-of-the-art baselines, while matching or surpassing their estimation accuracy. By proactively trimming parameter space, Titan lowers hardware demands and offers a scalable path toward utilizing VQE to advance practical quantum chemistry and materials science.