Skip to content

Academic Terminology Reference

Table of contents


Academic terminology comparison list - deep learning, time series, industrial control field

Usage/Instructions for use

When translating Chinese academic text to English, refer to this terminology list to ensure:

  1. Consistent terminology throughout the paper
  2. Domain-appropriate expressions
  3. Commonly accepted translations in the field

1. Deep Learning / Deep Learning

1.1 Basic Concepts/Basic Concepts

ChineseEnglishNotes
deep learningdeep learning
neural networkneural network
convolutional neural networkconvolutional neural network (CNN)
recurrent neural networkrecurrent neural network (RNN)
long short term memory networklong short-term memory (LSTM)
gated loop unitgated recurrent unit (GRU)
TransformerTransformerKeep the original text, capitalize the first letter
attention mechanismattention mechanism
self-attentionself-attention
bullish attentionmulti-head attention
feedforward neural networkfeed-forward neural network
residual connectionresidual connection / skip connection
layer normalizationlayer normalization
batch normalizationbatch normalization
ChineseEnglishNotes
loss functionloss function
optimizeroptimizer
learning ratelearning rate
gradient descentgradient descent
Backpropagationbackpropagation
overfittingoverfitting
Underfittingunderfitting
regularizationregularization
Dropoutdropoutlower case
Stop earlyearly stopping
weight decayweight decay
batch sizebatch size
Round/Cycleepoch
convergenceconvergence
gradient disappearsvanishing gradient
gradient explosionexploding gradient

1.3 Model Architecture / Model Architecture

ChineseEnglishNotes
encoderencoder
decoderdecoder
embedding layerembedding layer
Hidden layerhidden layer
output layeroutput layer
activation functionactivation function
Poolingpooling
Fully connected layerfully connected layer / dense layer
Feature extractionfeature extraction
Feature fusionfeature fusion
multi-scalemulti-scale
end-to-endend-to-end

2. Time Series / time series

2.1 Basic Concepts/Basic Concepts

ChineseEnglishNotes
time seriestime series
Time series datatemporal data / time-series data
time steptime step
sliding windowsliding window
Timestamptimestamp
Sampling frequencysampling frequency/sampling rate
Sampling intervalsampling interval

2.2 Analysis Methods / Analysis methods

ChineseEnglishNotes
Time series predictiontime series forecasting
single step predictionsingle-step prediction
multi-step forecastmulti-step prediction
long term forecastlong-term forecasting
short term forecastshort-term forecasting
trendtrend
Seasonalseasonality
cyclicalperiodicity/cyclicity
stationaritystationarity
autocorrelationautocorrelation
laglag
differencedifferencing

2.3 Models/models

ChineseEnglishNotes
autoregressive modelautoregressive model (AR)
moving averagemoving average (MA)
autoregressive moving averageARMA
Autoregressive integrated moving averageARIMA
Exponential smoothingexponential smoothing
Timing decompositiontime series decomposition
state space modelstate space model
TimingTransformerTemporal Transformer
Sequential convolutional networktemporal convolutional network (TCN)

2.4 Evaluation / evaluation indicators

ChineseEnglishNotes
mean square errormean squared error (MSE)
root mean square errorroot mean squared error (RMSE)
mean absolute errormean absolute error (MAE)
mean absolute percentage errormean absolute percentage error (MAPE)
Symmetric mean absolute percentage errorsymmetric MAPE (sMAPE)
coefficient of determinationcoefficient of determination (R²)

3. Industrial Control / Industrial Control

3.1 Basic Concepts/Basic Concepts

ChineseEnglishNotes
Industrial control systemindustrial control system (ICS)
process controlprocess control
control loopcontrol loop
closed loop controlclosed-loop control
open loop controlopen-loop control
feedback controlfeedback control
Feedforward controlfeedforward control
set valuesetpoint
process variablesprocess variable (PV)
control variablescontrol variable / manipulated variable (MV)
disturbancedisturbance

3.2 Control Methods/Control Methods

ChineseEnglishNotes
PID controlPID control
Proportional controlproportional control
Integral controlintegral control
Differential controlderivative control
model predictive controlmodel predictive control (MPC)
adaptive controladaptive control
Robust controlrobust control
optimal controloptimal control
Intelligent controlintelligent control

3.3 Industrial Systems / Industrial Systems

ChineseEnglishNotes
programmable logic controllerprogrammable logic controller (PLC)
Distributed control systemdistributed control system (DCS)
Monitoring and data collectionSCADASupervisory Control and Data Acquisition
Human-computer interfacehuman-machine interface (HMI)
sensorsensor
actuatoractuator
Frequency convertervariable frequency drive (VFD)

3.4 Fault & Anomaly / Fault and Anomaly

ChineseEnglishNotes
fault detectionfault detection
Troubleshootingfault diagnosis
Failure predictionfault prediction / fault prognosis
Anomaly detectionanomaly detection
Predictive maintenancepredictive maintenance
remaining useful liferemaining useful life (RUL)
health statushealth state / health condition
Degeneratedegradation
Call the policealarm
thresholdthreshold

3.5 Data Characteristics / Data Characteristics

ChineseEnglishNotes
Industrial dataindustrial data
sensor datasensor data
multivariablemultivariate
High dimensional datahigh-dimensional data
noisenoise
Missing valuesmissing values
Imbalanced dataimbalanced data
Label scarcitylabel scarcity

4. Cross-Domain Terms/Cross-Domain Terms

4.1 General Academic / General Academic

ChineseEnglishNotes
proposepropose/present
methodmethod/approach
frameframework
Modelmodel
algorithmalgorithm
experimentexperiment
verifyvalidation/verification
Evaluateevaluation/assessment
benchmarkbaseline/benchmark
ablation experimentablation study
Comparative experimentcomparative experiment
case studycase study
generalization abilitygeneralization capability
Interpretabilityinterpretability / explainability
robustnessrobustness
Scalabilityscalability

4.2 Data & Processing / Data and Processing

ChineseEnglishNotes
Datasetdataset
training settraining set
Validation setvalidation set
test settest set
Data preprocessingdata preprocessing
data augmentationdata augmentation
normalizationnormalization
standardizationstandardization
feature engineeringfeature engineering
Dimensionality reductiondimensionality reduction

5. Usage Examples / Usage examples

❌ Chinglish → ✅ Academic English

Chinese original text❌ Literal translation✅ Academic expression
This article proposes a new methodThis paper puts forward a new methodWe propose a novel approach
achieved very good resultsget good effectachieves superior performance
Compared with traditional methodsCompared with traditional methodCompared with conventional methods
Experimental results showExperiment result showsExperimental results demonstrate that
of great significancehas important meaningis of significant importance

Notes/notes

  1. Use the full name when a term first appears, and abbreviate it later.
  2. Proper nouns (such as Transformer, LSTM) remain in the original text
  3. Adapt terminology usage to specific conference/journal requirements
  4. This table can be expanded according to specific research directions

Released under the MIT License.