Beyond Wave Variables: A Data-Driven Ensemble Approach for Enhanced Teleoperation Transparency and Stability

arXiv — cs.LGWednesday, December 10, 2025 at 5:00:00 AM
  • A new study introduces a data-driven ensemble approach to enhance transparency and stability in bilateral teleoperation systems, addressing challenges posed by communication delays. The framework replaces traditional wave-variable methods with advanced sequence models, including LSTM and CNN-LSTM, optimized through the Optuna algorithm. Experimental validation was conducted using Python, demonstrating the effectiveness of this innovative approach.
  • This development is significant as it offers a robust solution to the persistent issues of wave reflections and disturbances in teleoperation, which can hinder performance in real-time applications. By leveraging a hybrid framework, the research aims to improve the reliability and efficiency of teleoperation systems, potentially impacting various industries that rely on remote operations.
  • The advancements in this study reflect a broader trend in artificial intelligence and machine learning, where hybrid models combining different neural network architectures are increasingly utilized for complex tasks. This aligns with ongoing research efforts to optimize forecasting and classification tasks across various domains, including finance and energy, showcasing the versatility and applicability of LSTM and CNN-LSTM models in addressing diverse challenges.
— via World Pulse Now AI Editorial System

Was this article worth reading? Share it

Recommended apps based on your readingExplore all apps
Continue Readings
Using Text-Based Life Trajectories from Swedish Register Data to Predict Residential Mobility with Pretrained Transformers
PositiveArtificial Intelligence
A recent study has transformed extensive Swedish register data into textual life trajectories to predict residential mobility, utilizing data from 6.9 million individuals between 2001 and 2013. By converting demographic and life changes into semantically rich texts, the research employs various NLP architectures, including LSTM and BERT, to enhance prediction accuracy for residential moves from 2013 to 2017.
Fourier-Enhanced Recurrent Neural Networks for Electrical Load Time Series Downscaling
PositiveArtificial Intelligence
A new Fourier-enhanced recurrent neural network (RNN) has been developed for downscaling electrical loads, integrating low-resolution inputs with Fourier seasonal embeddings and a self-attention layer. This model has demonstrated lower and flatter RMSE across four PJM territories compared to traditional Prophet baselines and RNN variations lacking attention or Fourier features.
A Hybrid Model for Stock Market Forecasting: Integrating News Sentiment and Time Series Data with Graph Neural Networks
PositiveArtificial Intelligence
A recent study introduces a hybrid model for stock market forecasting that integrates news sentiment and time series data using Graph Neural Networks (GNNs). This approach contrasts with traditional models that primarily rely on historical price data, aiming to enhance prediction accuracy by incorporating external signals from financial news articles. The GNN model was evaluated against a baseline Long Short-Term Memory (LSTM) model, demonstrating superior performance in predicting stock price movements.
Batch Acquisition Function Evaluations and Decouple Optimizer Updates for Faster Bayesian Optimization
NeutralArtificial Intelligence
A new study presents a method to enhance Bayesian optimization by decoupling quasi-Newton optimizer updates while batching acquisition function evaluations. This approach addresses the computational inefficiencies associated with multi-start optimization in non-convex acquisition functions, as demonstrated through empirical analysis.
Hidden Leaks in Time Series Forecasting: How Data Leakage Affects LSTM Evaluation Across Configurations and Validation Strategies
NeutralArtificial Intelligence
A recent study highlights the issue of data leakage in Long Short-Term Memory (LSTM) networks used for time series forecasting, revealing that improper sequence construction before dataset partitioning can lead to misleading evaluation results. The research evaluates three validation techniques under both leaky and clean conditions, demonstrating how validation design can influence leakage sensitivity and performance metrics such as RMSE Gain.
LAD-BNet: Lag-Aware Dual-Branch Networks for Real-Time Energy Forecasting on Edge Devices
PositiveArtificial Intelligence
LAD-BNet, a Lag-Aware Dual-Branch Network, has been introduced as a novel neural architecture aimed at enhancing real-time energy forecasting on edge devices, specifically optimized for Google Coral TPU. This model effectively combines temporal lag exploitation with a Temporal Convolutional Network (TCN) to capture both short and long-term dependencies, achieving a mean absolute percentage error (MAPE) of 14.49% at a one-hour forecasting horizon.
Emergent Granger Causality in Neural Networks: Can Prediction Alone Reveal Structure?
NeutralArtificial Intelligence
A novel approach to Granger Causality (GC) using deep neural networks (DNNs) has been proposed, focusing on the joint modeling of multivariate time series data. This method aims to enhance the understanding of complex associations that traditional vector autoregressive models struggle to capture, particularly in non-linear contexts.
QL-LSTM: A Parameter-Efficient LSTM for Stable Long-Sequence Modeling
NeutralArtificial Intelligence
The introduction of the Quantum-Leap LSTM (QL-LSTM) addresses significant limitations in traditional recurrent neural architectures like LSTM and GRU, particularly in managing long sequences and reducing redundant parameters. This new architecture employs a Parameter-Shared Unified Gating mechanism and a Hierarchical Gated Recurrence with Additive Skip Connections to enhance performance while decreasing the number of parameters by approximately 48 percent.