CN112765550A - Target behavior segmentation method based on Wi-Fi channel state information - Google Patents

Target behavior segmentation method based on Wi-Fi channel state information Download PDF

Info

Publication number
CN112765550A
CN112765550A CN202110076299.9A CN202110076299A CN112765550A CN 112765550 A CN112765550 A CN 112765550A CN 202110076299 A CN202110076299 A CN 202110076299A CN 112765550 A CN112765550 A CN 112765550A
Authority
CN
China
Prior art keywords
data
fitting
matrix
action
indexrt
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110076299.9A
Other languages
Chinese (zh)
Other versions
CN112765550B (en
Inventor
杨小龙
唐鑫星
周牧
王勇
谢良波
聂伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jinan Jerui Information Technology Co ltd
Original Assignee
Chongqing University of Post and Telecommunications
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chongqing University of Post and Telecommunications filed Critical Chongqing University of Post and Telecommunications
Priority to CN202110076299.9A priority Critical patent/CN112765550B/en
Publication of CN112765550A publication Critical patent/CN112765550A/en
Application granted granted Critical
Publication of CN112765550B publication Critical patent/CN112765550B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/16Matrix or vector computation, e.g. matrix-matrix or matrix-vector multiplication, matrix factorization

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Computational Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Algebra (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Image Analysis (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention provides a target behavior segmentation method based on Wi-Fi Channel State Information (CSI). Firstly, the invention processes the time sequence by using a method of piecewise fitting to remove the trend, and the data fluctuation of the time period with action and the data fluctuation of the time period without action are still kept with larger difference while the whole trend of the sequence is eliminated; secondly, a sliding variance is obtained for the time series after trend removal, and a sliding window variance comparison method is provided according to the change of the sliding variance, so that the CSI data section only containing the action information is extracted. The actual measurement result shows that compared with the existing behavior segmentation method, the target behavior segmentation method designed by the invention can more accurately extract the data segment when the action occurs from the original CSI data. In addition, this method enables efficient partitioning even if the original CSI data includes a plurality of discontinuous operations.

Description

Target behavior segmentation method based on Wi-Fi channel state information
Technical Field
The invention belongs to a data processing method, and particularly relates to a target behavior segmentation method based on channel state information in a Wi-Fi system.
Background
In recent years, a human activity recognition system based on Wi-Fi wireless sensing technology is favored by more and more people because of its characteristics such as non-invasiveness and insensitivity to light. Researchers realize behavior recognition by monitoring Channel State Information (CSI) Information of echo signals and extracting signal features of different actions. Therefore, in activity recognition, it is extremely important to extract data segments from the entire data stream that only contain the time when the action occurred.
For CSI data, the change of surrounding environment information can be sensitively reflected, and the variance of the amplitude of the CSI data in the active state is far larger than that in the inactive state. Based on this, some researchers have segmented the motion by setting an optimal threshold or adaptive threshold. For example, in the TW-see system, researchers first propose a normalized variance sliding window algorithm using the characteristic that the CSI amplitude has large fluctuation variation during the occurrence of the activity; then, by setting an optimal threshold value, the detection of the starting time point and the ending time point of the action is realized. In the Wi-Multi system, researchers have designed a two-step algorithm to detect motion. Firstly, dividing the whole signal into a plurality of subdata segments with the same length; then calculating the variance of each subdata segment and sequencing the variances in an ascending order; and finally, calculating the difference value of the sum of the larger half and the sum of the smaller half in all the variances, comparing the difference value with an adaptive threshold value, and if the value is larger than the threshold value, indicating that actions exist in the subdata segment. And secondly, respectively calculating the maximum eigenvalue of the CSI amplitude autocorrelation matrix and the maximum eigenvalue of the phase autocorrelation matrix, and performing secondary verification on the action data section determined in the first step by a machine learning method.
In addition to the threshold-based motion segmentation algorithm, researchers divide a complete motion waveform into four states with the same length, which are respectively defined as a static state, a starting state, a motion state and an ending state. The off-line stage generates an action state model through a convolutional neural network, and the action state model is used for judging the activity state of the sliding window data in the action segmentation stage, so that the starting time and the ending time of a single activity are determined.
The above methods can achieve segmentation to some extent, but various disadvantages are unavoidable. In the TW-see system, the threshold or other parameters are changed, and the segmentation performance of the system is changed accordingly. The Wi-Multi system firstly divides the whole CSI data into a plurality of data sections with the length equivalent to the packet sending rate, and then performs activity judgment on each data section, and if the length of each data section is too long, the action division accuracy is reduced. The segmentation method based on deep learning requires a large amount of time for model training, and the judgment performance of the model greatly affects the subsequent action segmentation. In addition, the effectiveness of these algorithms may be reduced if the scene changes. Therefore, the invention provides a segmentation fitting trend removing and window variance comparing method to realize the segmentation of the action, and improves the instantaneity and the effectiveness of a behavior segmentation algorithm.
Disclosure of Invention
The invention aims to provide a target behavior segmentation method based on Wi-Fi channel state information in a Wi-Fi system, which can accurately and effectively extract a data segment when an action occurs from original data.
The invention relates to a Wi-Fi-based target behavior segmentation method, which specifically comprises the following steps:
the method comprises the following steps: preprocessing CSI data;
assuming that CSI data acquired by a receiver is subjected to data analysis and channel correction to obtain a matrix H, and the matrix is preprocessed to obtain a matrix A
Figure BDA0002907615220000021
Figure BDA0002907615220000022
Where N is the number of received packets, NtxAnd NrxNumber of transmitting and receiving antennas, N, respectivelysubIs the number of subcarriers. The specific flow of pretreatment is as follows:
firstly, performing modulus operation on each data in the matrix H, removing phase information in the data, then performing decentralized processing on each row vector, eliminating static components of signals, and calculating the following equation:
Figure BDA0002907615220000023
wherein, | · | represents a modulo operation;
step two: reducing the dimension of the matrix A by using a principal component analysis method, inhibiting noise and simultaneously enabling the CSI amplitude containing action information to be more prominent, wherein the specific method is as follows;
firstly, the covariance matrix of the matrix A is calculated, then the eigenvalue of the covariance matrix and the corresponding eigenvector are solved by using eigenvalue decomposition, finally the ith principal component is obtained by multiplying the transformed matrix A by the ith eigenvector,
hi=AT×Ei
wherein h isiIs the ith principal component of the matrix A and has dimension N × 1, EiThe feature vector corresponding to the ith eigenvalue of the covariance matrix has the dimension of Nsub·Ntx·NrxX 1. In the present algorithm, the second principal component h of the matrix A is mainly used2
Step three: using a piecewise fitting detrending method to the second principal component h obtained in the step three2The vector T is obtained by processing the vector T,
Figure BDA0002907615220000031
the method comprises the following specific steps;
firstly, the second principal component h2Divided into several data sections of length M, i.e.
h2=[h2(W1),h2(W2),…,h2(Wk),…,h2(WN/M)]
Wherein, WkIs an array [ kM, kM +1, …, (k +1) M-1]And indicates an index value of each data in the k-th data segment. Each piece of data was then fitted separately as follows:
T(Wk)=h2(Wk)-fit(h2(Wk))
wherein fit () is a polynomial fit based on least squares, resulting in:
T=[T(W1),T(W2),…,T(Wk),…,T(WN/M)]
the following is the implementation of polynomial fitting:
suppose there are m points in the data segment, each data point being (x)i,yi) The fitting result is:
Figure BDA0002907615220000032
wherein, a0,…,anFor the unknowns to be solved, n is the highest power of the polynomial. According to the least-squares method, the sum of squares of deviations is minimized, i.e.
Figure BDA0002907615220000033
Solving for the above coefficients can be converted to I ═ I (a)0,a1,…,an) The extreme value problem (2) is that the necessary conditions for obtaining the extreme value according to the multivariate function are as follows:
Figure BDA0002907615220000034
namely, it is
Figure BDA0002907615220000035
Using a formal representation of the matrix then:
Figure BDA0002907615220000041
when the points needing fitting and the maximum times of fitting of the polynomial are given, all coefficients of the fitting polynomial can be solved, and then the points before fitting are used for subtracting the points after fitting to obtain a fitting residual error to form a vector T. Subsequent data processing is based on this data.
Step four: setting a sliding window with the length K, and calculating the sliding variance V of T, wherein V is [ V ═ V [ [ V ]l]1×(N-K+1)
Suppose that the data contained in the ith sliding window is [ T ]l,Tl+1,…,Tl+K-1]Then, the variance of the ith sliding window data can be expressed as:
Figure BDA0002907615220000042
step five: calculating a threshold value M, and setting a window length W;
according to the fourth step, we obtain a sliding variance V, and then calculate an adaptive threshold M according to the sliding variance for motion segmentation. The specific calculation idea is as follows:
firstly, carrying out ascending arrangement on V, and searching an original index value set c of a smaller half of numerical values after the ordering before the ordering; then searching the longest continuous index value sequence segment in the set c, wherein the sliding variance data segment corresponding to the sequence segment represents the most stable data segment which does not contain human body activity information in the original signal; and finally, calculating probability density distribution and a probability accumulation integral function of the sliding variance data segment by utilizing kernel density estimation, wherein when the value of the probability accumulation integral reaches 0.975, the corresponding integral upper limit is the optimal threshold M. The window length W is set to the packet transmission rate RSHalf of (1);
step six: and (5) segmenting the action according to the sliding variance V, the adaptive threshold M and the window length W obtained in the step five. The segmentation algorithm comprises the following steps:
step 1: searching a maximum value MAX in the sliding variance, comparing the maximum value MAX with a threshold value M, if MAX is smaller than M, indicating that no action occurs in the data segment, otherwise, indicating that the action exists in the data segment, and performing Step 2;
step 2: the index indexMax of MAX is recorded, while indexRt ═ indexLt ═ indexMax is defined. At the interval [ indexRt, indexRt+N]In search for VlIndex value set L corresponding to the index value set larger than threshold value M1If set L1If the set is not empty, find the largest element in the set, assign the value of iMax to indexRt, and add indexRt to the new [ indexRt, indexRt + N [ ]]Interval finding VlIndex value set L corresponding to the index value set larger than threshold value M1. After the step, the ending time point indexRt of the action can be found;
step 3: in the interval [ indexLt-N, indexLt]In search for VlIndex value set L corresponding to the index value set larger than threshold value M2If set L2If the set is not empty, find the smallest element iMin in the set, assign the value of iMin to indexLt, and add the value to the new [ indexLt-N, indexLt]Interval finding VlIndex value set L corresponding to the index value set larger than threshold value M2. After the step, the starting time point indexLt of the action can be found;
step 4: segment [ indexLt, indexRt]Corresponding VlSetting to be 0, and then performing Step1, Step2 and Step 3;
through the steps, the data segment when the action occurs can be effectively extracted from the original data, and meanwhile, the algorithm is still effective for segmenting a plurality of discontinuous actions contained in the original data.
Advantageous effects
Firstly, the invention provides a method for processing a time sequence by utilizing a piecewise fitting trend removing method, and the data fluctuation of an action occurrence period and the data fluctuation of a non-action occurrence period are still greatly different while the overall trend of the sequence is eliminated; and then, obtaining a sliding variance from the time series after trend removal, and extracting the CSI data segment only containing the action information by a window variance comparison method according to the fluctuation change of the sliding variance. The actual measurement result shows that the target behavior segmentation algorithm designed by the invention can accurately and effectively extract the data segment when the action occurs from the original data, and meanwhile, the algorithm is still effective for segmenting a plurality of discontinuous actions contained in the original data.
Drawings
Fig. 1 is a specific implementation flow of target behavior segmentation.
Fig. 2 is a diagram illustrating the segmentation result.
Detailed description of the preferred embodiments
The method comprises the following steps: preprocessing CSI data;
assuming that CSI data acquired by a receiver is subjected to data analysis and channel correction to obtain a matrix H, and preprocessing the matrix to obtain a matrix A;
Figure BDA0002907615220000051
Figure BDA0002907615220000052
where N is the number of received packets, NtxAnd NrxNumber of transmitting and receiving antennas, N, respectivelysubIs the number of subcarriers. The specific process is as follows:
firstly, performing modulus operation on each data in the matrix H, removing phase information in the data, then performing decentralized processing on each row vector, eliminating static components of signals, and calculating the following equation:
Figure BDA0002907615220000061
wherein, | · | represents a modulo operation;
step two: reducing the dimension of the matrix A by using a principal component analysis method, inhibiting noise and simultaneously enabling the CSI amplitude containing action information to be more prominent, wherein the specific method is as follows;
firstly, the covariance matrix of the matrix A is calculated, then the eigenvalue of the covariance matrix and the corresponding eigenvector are solved by using eigenvalue decomposition, finally the ith principal component is obtained by multiplying the transformed matrix A by the ith eigenvector,
hi=AT×Ei
wherein h isiIs the ith principal component of the matrix A and has dimension N × 1, EiThe feature vector corresponding to the ith eigenvalue of the covariance matrix has the dimension of Nsub·Ntx·NrxX 1. In the present algorithm, the second principal component h of the matrix A is mainly used2
Step three: using a piecewise fitting detrending method to the second principal component h obtained in the step three2The vector T is obtained by processing the vector T,
Figure BDA0002907615220000062
the method comprises the following specific steps;
firstly, the second principal component h2Divided into several data sections of length M, i.e.
h2=[h2(W1),h2(W2),…,h2(Wk),…,h2(WN/M)]
Wherein, WkIs an array [ kM, kM +1, …, (k +1) M-1]And indicates an index value of each data in the k-th data segment. Each piece of data was then fitted separately as follows:
T(Wk)=h2(Wk)-fit(h2(Wk))
wherein fit () is a polynomial fit based on least squares, resulting in:
T=[T(W1),T(W2),…,T(Wk),…,T(WN/M)]
when the points needing fitting and the maximum times of fitting of the polynomial are given, all coefficients of the fitting polynomial can be solved, and then the points before fitting are used for subtracting the points after fitting to obtain a fitting residual error to form a vector T. Subsequent data processing is based on this data.
Step four: setting a sliding window with the length K, and calculating the sliding variance V of T, wherein V is [ V ═ V [ [ V ]l]1×(N-K+1)
Suppose that the data contained in the ith sliding window is [ T ]l,Tl+1,…,Tl+K-1]Then, thenThe variance of the ith sliding window data can be expressed as:
Figure BDA0002907615220000071
step five: calculating a threshold value M, and setting a window length W;
according to the fourth step, we obtain a sliding variance V, and then calculate an adaptive threshold M according to the sliding variance for motion segmentation. The specific calculation idea is as follows:
firstly, carrying out ascending arrangement on V, and searching an original index value set c of a smaller half of numerical values after the ordering before the ordering; then searching the longest continuous index value sequence segment in the set c, wherein the sliding variance data segment corresponding to the sequence segment represents the most stable data segment which does not contain human body activity information in the original signal; and finally, calculating probability density distribution and a probability accumulation integral function of the sliding variance data segment by utilizing kernel density estimation, wherein when the value of the probability accumulation integral reaches 0.975, the corresponding integral upper limit is the optimal threshold M. The window length W is set to the packet transmission rate RSHalf of (1);
step six: and (5) segmenting the action according to the sliding variance V, the adaptive threshold M and the window length W obtained in the step five. The segmentation algorithm comprises the following steps:
step 1: searching a maximum value MAX in the sliding variance, comparing the maximum value MAX with a threshold value M, if MAX is smaller than M, indicating that no action occurs in the data segment, otherwise, indicating that the action exists in the data segment, and performing Step 2;
step 2: the index indexMax of MAX is recorded, while indexRt ═ indexLt ═ indexMax is defined. In the interval [ indexRt, indexRt + N]In search for VlIndex value set L corresponding to the index value set larger than threshold value M1If set L1If the set is not empty, find the largest element in the set, assign the value of iMax to indexRt, and add indexRt to the new [ indexRt, indexRt + N [ ]]Interval finding VlIndex value set L corresponding to the index value set larger than threshold value M1. After the step, the ending time point indexRt of the action can be found;
step 3: in the interval [ indexLt-N, indexLt]In search for VlIndex value set L corresponding to the index value set larger than threshold value M2If set L2If the set is not empty, find the smallest element iMin in the set, assign the value of iMin to indexLt, and add the value to the new [ indexLt-N, indexLt]Interval finding VlIndex value set L corresponding to the index value set larger than threshold value M2. After the step, the starting time point indexLt of the action can be found;
step 4: segment [ indexLt, indexRt]Corresponding VlSetting to be 0, and then performing Step1, Step2 and Step 3;
through the steps, the data segment when the action occurs can be effectively extracted from the original data, and meanwhile, the algorithm is still effective for segmenting a plurality of discontinuous actions contained in the original data.

Claims (3)

1. A target behavior segmentation method based on Wi-Fi channel state information comprises the following steps:
the method comprises the following steps: preprocessing CSI data;
assuming that CSI data acquired by a receiver is subjected to data analysis and channel correction to obtain a matrix H, and the matrix is preprocessed to obtain a matrix A
Figure FDA0002907615210000011
Figure FDA0002907615210000012
Where N is the number of received packets, NtxAnd NrxNumber of transmitting and receiving antennas, N, respectivelysubIs the number of subcarriers. The specific flow of pretreatment is as follows:
firstly, performing modulus operation on each data in the matrix H, removing phase information in the data, then performing decentralized processing on each row vector, eliminating static components of signals, and calculating the following equation:
Figure FDA0002907615210000013
wherein, | · | represents a modulo operation;
step two: the principal component analysis method is used for reducing the dimension of the matrix A, noise is suppressed, and meanwhile, the CSI amplitude containing action information is more prominent, and the specific method is as follows:
firstly, the covariance matrix of the matrix A is calculated, then the eigenvalue of the covariance matrix and the corresponding eigenvector are solved by using eigenvalue decomposition, finally the ith principal component is obtained by multiplying the transformed matrix A by the ith eigenvector,
hi=AT×Ei
wherein h isiIs the ith principal component of the matrix A and has dimension N × 1, EiThe feature vector corresponding to the ith eigenvalue of the covariance matrix has the dimension of Nsub·Ntx·NrxX 1. In the present algorithm, the second principal component h of the matrix A is mainly used2
Step three: using a piecewise fitting detrending method to the second principal component h obtained in the step two2The vector T is obtained by processing the vector T,
Figure FDA0002907615210000014
step four: setting a sliding window with the length K, and calculating the sliding variance V of T, wherein V is [ V ═ V [ [ V ]l]1×(N-K+1)
Suppose that the data contained in the ith sliding window is [ T ]l,Tl+1,L,Tl+K-1]Then, the variance of the ith sliding window data can be expressed as:
Figure FDA0002907615210000021
step five: calculating a threshold value M, and setting a window length W;
according to the fourth step, we obtain a sliding variance V, and then calculate an adaptive threshold M according to the sliding variance for motion segmentation. The specific calculation idea is as follows:
firstly, carrying out ascending arrangement on V, and searching an original index value set c of a smaller half of numerical values after the ordering before the ordering; then searching the longest continuous index value sequence segment in the set c, wherein the sliding variance data segment corresponding to the sequence segment represents the most stable data segment which does not contain human body activity information in the original signal; and finally, calculating probability density distribution and a probability accumulation integral function of the sliding variance data segment by utilizing kernel density estimation, wherein when the value of the probability accumulation integral reaches 0.975, the corresponding integral upper limit is the optimal threshold M. The window length W is set to the packet transmission rate RSHalf of (1);
step six: and (5) segmenting the action according to the sliding variance V, the adaptive threshold M and the window length W obtained in the step five.
2. The method as claimed in claim 1, wherein the step three includes applying a piecewise fitting de-trend method to the second principal component h obtained in the step two2The vector T is obtained by processing the vector T,
Figure FDA0002907615210000022
firstly, the principal component h2Dividing the data into a plurality of data segments with equal length, then carrying out polynomial fitting on each data segment by using a least square method, finally carrying out difference on each data segment and corresponding fitting data, and recombining the fitting error data in sequence to form a vector T. The specific process is as follows:
firstly, the second principal component h2Divided into several data sections of length M, i.e.
h2=[h2(W1),h2(W2),L,h2(Wk),L,h2(WN/M)]
Wherein, WkIs an array [ kM, kM +1, L, (k +1) M-1]And indicates an index value of each data in the k-th data segment. Each piece of data was then fitted separately as follows:
T(Wk)=h2(Wk)-fit(h2(Wk))
wherein fit (g) is a least squares based polynomial fit, resulting in:
T=[T(W1),T(W2),L,T(Wk),L,T(WN/M)]
the following is the implementation of polynomial fitting:
suppose there are m points in the data segment, each data point being (x)i,yi) The fitting result is:
Figure FDA0002907615210000031
wherein, a0,L,anFor the unknowns to be solved, n is the highest power of the polynomial. According to the least-squares method, the sum of squares of deviations is minimized, i.e.
Figure FDA0002907615210000032
Solving for the above coefficients can be converted to I ═ I (a)0,a1,L,an) The extreme value problem (2) is that the necessary conditions for obtaining the extreme value according to the multivariate function are as follows:
Figure FDA0002907615210000033
namely, it is
Figure FDA0002907615210000034
Using a formal representation of the matrix then:
Figure FDA0002907615210000035
when the points needing fitting and the maximum times of fitting of the polynomial are given, all coefficients of the fitting polynomial can be solved, and then the points before fitting are used for subtracting the points after fitting to obtain a fitting residual error to form a vector T. Subsequent data processing is based on this data.
3. The Wi-Fi channel state information-based target behavior segmentation method according to claim 1, wherein in step six, the motion is segmented according to the sliding variance V, the adaptive threshold M and the window length W obtained in step five, and the method comprises the following steps:
and (4) obtaining a sliding variance V through data processing in the previous stage, and setting a threshold value M and a window length W to segment the motion. The segmentation algorithm comprises the following steps:
step 1: searching a maximum value MAX in the sliding variance, comparing the maximum value MAX with a threshold value M, if MAX is smaller than M, indicating that no action occurs in the data segment, otherwise, indicating that the action exists in the data segment, and performing Step 2;
step 2: the index indexMa of the MAX is recorded, while indexRt ═ indexLt ═ indexMax is defined. In the interval [ indexRt, indexRt + N]In search for VlIndex value set L corresponding to the index value set larger than threshold value M1If set L1If the set is not empty, find the largest element in the set, assign the value of iMax to indexRt, and add indexRt to the new [ indexRt, indexRt + N [ ]]Interval finding VlIndex value set L corresponding to the index value set larger than threshold value M1. After the step, the ending time point indexRt of the action can be found;
step 3: in the interval [ indexLt-N, indexLt]In search for VlIndex value set L corresponding to the index value set larger than threshold value M2If set L2If the set is not empty, find the smallest element iMin in the set, assign the value of iMin to indexLt, and add the value to the new [ indexLt-N, indexLt]Interval finding VlIndex value set L corresponding to the index value set larger than threshold value M2. After the step, the starting time point indexLt of the action can be found;
step 4: segment [ indexLt, indexRt]Corresponding VlSetting to be 0, and then performing Step1, Step2 and Step 3;
through the steps, the data segment when the action occurs can be effectively extracted from the original data, and meanwhile, the algorithm is still effective for segmenting a plurality of discontinuous actions contained in the original data.
CN202110076299.9A 2021-01-20 2021-01-20 Target behavior segmentation method based on Wi-Fi channel state information Active CN112765550B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110076299.9A CN112765550B (en) 2021-01-20 2021-01-20 Target behavior segmentation method based on Wi-Fi channel state information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110076299.9A CN112765550B (en) 2021-01-20 2021-01-20 Target behavior segmentation method based on Wi-Fi channel state information

Publications (2)

Publication Number Publication Date
CN112765550A true CN112765550A (en) 2021-05-07
CN112765550B CN112765550B (en) 2024-05-07

Family

ID=75701753

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110076299.9A Active CN112765550B (en) 2021-01-20 2021-01-20 Target behavior segmentation method based on Wi-Fi channel state information

Country Status (1)

Country Link
CN (1) CN112765550B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114465678A (en) * 2022-04-13 2022-05-10 齐鲁工业大学 Complex activity WIFI perception method based on deep learning
CN114900257A (en) * 2022-05-26 2022-08-12 Oppo广东移动通信有限公司 Baseband chip, channel estimation method, data processing method and equipment
CN115219067A (en) * 2022-09-20 2022-10-21 金乡县成启仓储服务有限公司 Real-time state monitoring method for garlic storage

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015054419A1 (en) * 2013-10-08 2015-04-16 University Of Washington Through Its Center For Commercialization Devices, systems, and methods for controlling devices using gestures
CN106658590A (en) * 2016-12-28 2017-05-10 南京航空航天大学 Design and implementation of multi-person indoor environment state monitoring system based on WiFi channel state information
US20190087654A1 (en) * 2017-09-15 2019-03-21 Huazhong University Of Science And Technology Method and system for csi-based fine-grained gesture recognition
CN109657572A (en) * 2018-12-04 2019-04-19 重庆邮电大学 Goal behavior recognition methods after a kind of wall based on Wi-Fi
CN109947238A (en) * 2019-01-17 2019-06-28 电子科技大学 A method of the non-cooperative gesture identification based on WIFI
CN110062378A (en) * 2019-04-15 2019-07-26 哈尔滨工程大学 Identity identifying method based on channel state information under a kind of gesture scene
CN110110580A (en) * 2019-03-12 2019-08-09 西北大学 A kind of network struction of sign language isolated word recognition and classification method towards Wi-Fi signal
WO2020093278A1 (en) * 2018-11-07 2020-05-14 华为技术有限公司 Multi-antenna based gesture recognition method and device
CN111901028A (en) * 2020-07-24 2020-11-06 辽宁工程技术大学 Human body behavior identification method based on CSI (channel State information) on multiple antennas

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015054419A1 (en) * 2013-10-08 2015-04-16 University Of Washington Through Its Center For Commercialization Devices, systems, and methods for controlling devices using gestures
CN106658590A (en) * 2016-12-28 2017-05-10 南京航空航天大学 Design and implementation of multi-person indoor environment state monitoring system based on WiFi channel state information
US20190087654A1 (en) * 2017-09-15 2019-03-21 Huazhong University Of Science And Technology Method and system for csi-based fine-grained gesture recognition
WO2020093278A1 (en) * 2018-11-07 2020-05-14 华为技术有限公司 Multi-antenna based gesture recognition method and device
CN109657572A (en) * 2018-12-04 2019-04-19 重庆邮电大学 Goal behavior recognition methods after a kind of wall based on Wi-Fi
CN109947238A (en) * 2019-01-17 2019-06-28 电子科技大学 A method of the non-cooperative gesture identification based on WIFI
CN110110580A (en) * 2019-03-12 2019-08-09 西北大学 A kind of network struction of sign language isolated word recognition and classification method towards Wi-Fi signal
CN110062378A (en) * 2019-04-15 2019-07-26 哈尔滨工程大学 Identity identifying method based on channel state information under a kind of gesture scene
CN111901028A (en) * 2020-07-24 2020-11-06 辽宁工程技术大学 Human body behavior identification method based on CSI (channel State information) on multiple antennas

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
RUOYU CAO: "Research on Human Activity Recognition Technology under the Condition of Through-the-wall", 《2020 IEEE/CIC INTERNATIONAL CONFERENCE ON COMMUNICATIONS IN CHINA (ICCC)》 *
SIAMAK YOUSEFI: "A Survey on Behavior Recognition Using WiFi Channel State Information", 《IEEE COMMUNICATIONS MAGAZINE》, vol. 55, no. 10, XP055436339, DOI: 10.1109/MCOM.2017.1700082 *
XINXING TANG: "Activity Segmentation by Using Window Variance Comparison Method", 《INTERNATIONAL CONFERENCE IN COMMUNICATIONS, SIGNAL PROCESSING, AND SYSTEMS》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114465678A (en) * 2022-04-13 2022-05-10 齐鲁工业大学 Complex activity WIFI perception method based on deep learning
CN114900257A (en) * 2022-05-26 2022-08-12 Oppo广东移动通信有限公司 Baseband chip, channel estimation method, data processing method and equipment
CN114900257B (en) * 2022-05-26 2024-05-14 Oppo广东移动通信有限公司 Baseband chip, channel estimation method, data processing method and equipment
CN115219067A (en) * 2022-09-20 2022-10-21 金乡县成启仓储服务有限公司 Real-time state monitoring method for garlic storage
CN115219067B (en) * 2022-09-20 2023-01-03 金乡县成启仓储服务有限公司 Real-time state monitoring method for garlic storage

Also Published As

Publication number Publication date
CN112765550B (en) 2024-05-07

Similar Documents

Publication Publication Date Title
CN112765550A (en) Target behavior segmentation method based on Wi-Fi channel state information
CN110865357B (en) Laser radar echo signal noise reduction method based on parameter optimization VMD
JP2019133639A5 (en)
US11468273B2 (en) Systems and methods for detecting and classifying anomalous features in one-dimensional data
CN111008991B (en) Background-aware related filtering target tracking method
CN113327272B (en) Robustness long-time tracking method based on correlation filtering
CN110929842B (en) Accurate intelligent detection method for non-cooperative radio signal burst time region
CN113259031B (en) Bottom noise fitting and eliminating method for satellite spectrum situation generation
CN109902554B (en) Sign language identification method based on commercial Wi-Fi
CN110702986B (en) Method and system for dynamically generating self-adaptive signal search threshold in real time
CN110879927A (en) Sea clutter amplitude statistical distribution field modeling method for sea target detection
CN113610188A (en) Bow net contact force non-section abnormity identification method and device
CN113537102A (en) Method for extracting characteristics of microseismic signals
CN115409064A (en) Multidimensional feature false alarm eliminating method based on ensemble learning
CN111882057A (en) Multi-stage deep learning method oriented to space-time sequence data modeling and application
CN109448024B (en) Visual tracking method and system for constructing constraint correlation filter by using depth data
CN116980824B (en) Lightweight weighting integrated learning indoor CSI positioning method
CN115469303A (en) Cognitive biological radar method and device for detecting human body posture and vital signs
CN117056717A (en) Behavior detection model training method, detection method, device and storage medium
CN117054998A (en) Cluster target detection method and system based on information entropy background stability
CN112751633A (en) Broadband spectrum detection method based on multi-scale window sliding
CN114680879B (en) Method and device for detecting body motion artifact signal
CN111064617A (en) Network flow prediction method and device based on empirical mode decomposition clustering
CN113192110A (en) Multi-target tracking method, device, equipment and storage medium
CN110176968B (en) Jump phenomenon correction method for WiFi human behavior recognition

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20240201

Address after: 1003, Building A, Zhiyun Industrial Park, No. 13 Huaxing Road, Henglang Community, Dalang Street, Longhua District, Shenzhen City, Guangdong Province, 518000

Applicant after: Shenzhen Wanzhida Technology Transfer Center Co.,Ltd.

Country or region after: China

Address before: 400065 No. 2, Chongwen Road, Nan'an District, Chongqing

Applicant before: CHONGQING University OF POSTS AND TELECOMMUNICATIONS

Country or region before: China

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20240408

Address after: 984, 34th Floor, Building 3, Area A4, Hanyu Jingu, Jingshi Road, Jinan Area, China (Shandong) Pilot Free Trade Zone, Jinan City, Shandong Province, 250000

Applicant after: Jinan Jerui Information Technology Co.,Ltd.

Country or region after: China

Address before: 1003, Building A, Zhiyun Industrial Park, No. 13 Huaxing Road, Henglang Community, Dalang Street, Longhua District, Shenzhen City, Guangdong Province, 518000

Applicant before: Shenzhen Wanzhida Technology Transfer Center Co.,Ltd.

Country or region before: China

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant