The Physics of Compressive Sensing and the Gradient Based Recovery Algorithm

The Physics of Compressive Sensing and the Gradient Based Recovery Algorithm
The Physics of Compressive Sensing and the Gradient Based Recovery Algorithm

The Physics of Compressive Sensing and the Gradient-Based Recovery

Algorithms

Qi Dai and Wei Sha

Department of Electrical and Electronic Engineering,The University of Hong Kong,Hong Kong,China.

Email:daiqi@hku.hk(Qi Dai);wsha@eee.hku.hk(Wei Sha)

Research Report

Compiled June4,2009

The physics of compressive sensing(CS)and the gradient-based recovery algorithms are presented.First, the di?erent forms for CS are summarized.Second,the physical meanings of coherence and measurement are

given.Third,the gradient-based recovery algorithms and their geometry explanations are provided.Finally,we

conclude the report and give some suggestion for future work.

Coherence;Measurement;Gradient-Based Recovery Algorithms.

1.Introduction

The well-known Nyquist/Shannon sampling theorem that the sampling rate must be at least twice the max-imum frequency of the signal is a golden rule used in visual and audio electronics,medical imaging devices,ra-dio receivers and so on.However,can we simply recover a signal from a small number of linear measurements?Yes, we can,answered?rmly by Emmanuel J.Cand`e s,Justin Romberg,and Terence Tao[1][2][3].They brought us the tool called Compressive Sensing(CS)[4][5][6]sev-eral years ago which avoids large digital data set and enables us to build the data compression directly from the acquisition.The mathematical theory underlying CS is deep and beautiful and draws from diverse?elds,but we don’t focus too much on the mathematical proofs. Here,we will give some physical explanations and dis-cuss relevant recovery algorithms.

2.Exact Recovery of Sparse Signals

Given a time-domain signal f∈R N×1,there are four di?erent forms for CS.(a)If f is sparse in the time-domain and the measurements are acquired in the time-domain also,then the optimization problem can be given by

min f 1s.t.M0f=y(1) where M0∈R M×N is the observation matrix and y∈R M×1are the measurements.(b)If f is sparse in the time-domain and the measurements are acquired in the transform-domain(Fourier transform,discrete cosine transform,wavelet transform,X-let transform,etc),then the optimization problem can be given by

min Ψ??f 1s.t.M0?f=?y(2) whereΨ?is the inverse transform matrix and satis?es Ψ?Ψ=ΨΨ?=I.(c)If f is sparse in the transform-domain and the measurements are acquired in the time-domain,then the optimization problem can be given by

min Ψf 1s.t.M0f=y.(3)(d)If f is sparse in the transform-domain and the measurements are acquired in the transform-domain also,then the optimization problem can be given by

min ?f 1s.t.M0?f=?y.(4) From the above equations,the meanings of the spar-sity can be generalized.If the number of the non-zero ele-ments is very small compared with the length of the time-domain signal,the signal is sparse in the time-domain. If the most important K components in the transform-domain can represent signal accurately,we can say the signal is sparse in the transform-domain.Because we can set other unimportant components to be zero and imple-ment the inverse transform,the time-domain signal can be reconstructed with very small numerical error.The sparsity property also makes the lossy data compression possible.For the image processing,the derivatives of the image(especially for the geometric image)along the hor-izontal and vertical directions are sparse.For the physi-cal society,we can say the wave function is sparse with the speci?c basis representations.Before you go into the CS world,you must know what is sparse in what domain. The second question is what is the size limit for the measurements y in order to perfectly recover the K sparse https://www.360docs.net/doc/429697831.html,ually,M K log2(N)or M≈4K for the general signal or image.Further,if the signal f is sparse in the transform-domainΨand the measure-ments are acquired in the time-domain,then M χ(Ψ,M0)K log2(N),whereχ(Ψ,M0)is the coherence index between the basis systemΨand the measurement system M0[3].The incoherence leads to the smallχand therefore fewer measurements are required.The coher-ence indexχcan be easily found,if we rewrite(3)as

min ?f 1s.t.M0Ψ??f=y.(5) Similarly,(2)can be rewritten as

min f 1s.t.M0Ψf=?y(6) Third,what are the inherent properties for the ob-servation matrix?The observation matrix obeys what is

known as a uniform uncertainty principle(UUP).

C1M

N

||M0f||2

2

||f||2

2

≤C2

M

N

(7)

where C1 1 C2.An alternative condition,which is called restricted isometry property(RIP),can be given by

1?δk≤||M0f||2

2

||f||2

2

≤1+δk(8)

whereδk is a constant and is not too close to1.The properties show the three facts:(a)The measurements y can maintain the energy of the original time-domain sig-nal f.In other words,the measurement process is stable.

(b)If f is sparse,then M0must be dense.This is the reason why the theorem is called UUP.(c)If we want to perfectly recover f from the measurements y,at least 2K measurements are required.According to the UUP and RIP theorems,it is convenient to set the observation matrix M0to a random matrix(normal distribution, uniform distribution,or Bernoulli distribution).

Four,why l1norm is used in(1)(2)(3)(4)?For the real application,the size of measurement M N.As a result,one will face the problem how to solve an under-determined matrix equation.In other words,there are a huge amount of di?erent candidate signals that could all result in the given measurements.Thus,one must introduce some additional constraints to select the best candidate.The classical solution to such problems would be minimizing the l2norm(the pseudo-inverse solution), which minimizes the amount of energy in the system. However,this leads to poor results for most practical ap-plications,as the recovered signal seldom has zero com-ponents.A more attractive solution would be minimiz-ing the l0norm,or equivalently maximize the number of zero components in the basis system.However,this is NP-hard(it contains the subset-sum problem),and so is computationally infeasible for all but the tiniest data sets.Thus,the l1norm,or the sum of the absolute values,is usually what is to be minimized.Finding the candidate with the smallest l1norm can be expressed rel-atively easily as a linear convex optimization program, for which e?cient solution methods already exist.This leads to comparable results as using the l0norm,often yielding results with many components being zero.For simplicity,we take the2-D case for example.The bound-aries of l0,l1,and l2norms are cross,diamond,and circle, respectively.(See Fig.1).The underdetermined matrix equation can be seen as a straight line.If the intersection between the straight line and the boundary is located at the x-axis or y-axis,the recovered result will be sparse. Obviously,the intersection will always be located at the axes if p≤1for the l p norm.

Five,can CS have a good performance in a noisy en-vironment?Yes,it can.Because the recovery algorithm can get the most important K components and force other components(including noise components)to be

(a)(b)

(c)(d)

Fig.1.The geometries of l p norm:(a)p=2;(b)p=1;

(c)p=0.5;(d)p=0.

zero.For the image processing,the recovery algorithm will not smooth the image but yield the sharp edge. Finally,let us review how CS encode and decode the time-domain signal f.For the encoder,it gets the measurements y or?y according to the observation ma-trix M0.For the decoder,it recovers f or?f by solving the convex optimization problem(1)(2)(3)(4)with y(?y), M0,andΨ1.Hence,CS can be seen as a fast encoder with lower sampling rate(fewer data set).The sampling rate only depends on the sparsity of f in some domains and goes beyond the limit of the Nyquist/Shannon sam-pling theorem.However,CS will face a challenging prob-lem:How to perfectly recover the signal with low com-putational complexity and memory?

3.Physics of Compressive Sensing

The most important concepts of the CS theory involve Coherence and Measurement.

In physics,coherence is a property of waves,that en-ables stationary(i.e.temporally and spatially constant) interference.More generally,coherence describes all cor-relation properties between physical quantities of a wave. When interfering,two waves can add together to create a larger wave(constructive interference)or subtract from each other to create a smaller wave(destructive inter-ference),depending on their relative phase.The coher-ence of two waves follows from how well correlated the waves are as quanti?ed by the cross-correlation function. The cross-correlation quanti?es the ability to predict the value of the second wave by knowing the value of the ?rst.As an example,consider two waves perfectly corre-lated for all times.At any time,if the?rst wave changes, the second will change in the same way.If combined they can exhibit complete constructive interference at all 1For(1)(4),Ψis not necessary.

times.It follows that they are perfectly coherent.So,the second wave needs not be a separate entity.It could be the?rst wave at a di?erent time or position.In this case, sometimes called self-coherence,the measure of correla-tion is the autocorrelation function.Take the Thomas Young’s double-slit experiment for example,a coherent light source illuminates a thin plate with two parallel slits cut in it,and the light passing through the slits strikes a screen behind them.The wave nature of light causes the light waves passing through both slits to inter-fere,creating an interference pattern of bright and dark bands on the screen.In fact,the dark bands can relate to the zero components in the signal processing?eld.It is well known that we select the basis functions coher-ent with the signal or image.If the signal is the square wave,the haar wavelet is a good choice.If the signal is the sine wave,the Fourier transform is a good choice. The coherence index between a signal and a basis system will decide the sparsity of the signal in the transform-domain.In other words,fewer basis functions will be used or more components in the transform-domain are to be zero if the signal and the basis functions are co-herent.For the CS,however,the observation matrix M0 and the time-domain signal f should be incoherent.In addition,the observation matrix M0and the basis sys-temΨalso should be incoherent.If it is not the case,the reconstruction matrix M0Ψ?in(5)will be sparse,which violates the UUP theorem.

Then,let us talk about quantum mechanics and the measurement.In physics,a wave function or wavefunc-tion is a mathematical tool used in quantum mechanics to describe any physical system.The values of the wave function are probability amplitudes(complex numbers). The squares of the absolute values of the wave functions |f|2give the probability distribution(the chance of?nd-ing the subject at a certain time and position)that the system will be in any of the possible quantum states. The modern usage of the term wave function refers to a complex vector or function,i.e.an element in a com-plex Hilbert space.An element of a vector space can be expressed in di?erent bases;and so the same applies to wave functions.The components of a wave function de-scribing the same physical state take di?erent complex values depending on the basis being used;however the wave function itself is not dependent on the basis chosen. Similarly,in the signal processing?eld,we use di?erent basis functions to represent the signal or image.

The quantum state of a system is a mathematical ob-ject that fully describes the quantum system.Once the quantum state has been prepared,some aspect of it is measured(for example,its position or energy).It is a postulate of quantum mechanics that all measurements have an associated operator2(called an observable op-erator).The expected result of the measurement is in general described not by a single number,but by a prob-ability distribution that speci?es the likelihoods that the 2For the discrete system,an operator can be seen as a matrix.various possible results will be obtained.The measure-ment process is often said to be random and indetermin-istic.Suppose we take a measurement corresponding to observable operator?O,on a state whose quantum state is f.The mean value(expectation value)of the measure-ment is f,?Of and the variance of the measurement is f,?O2f ?( f,?Of )2.Each descriptor(mean,variance, etc)of the measurement involves a part of information of the quantum state.In the signal processing?eld,the observation matrix M0is a random matrix and each measurement y i captures a portion of information of the signal f.Due to the UUP and RIP theorems,all the measurements make the same contribution to recovering f.In other words,each measurement y i is equally impor-tant or unimportant3.The unique property will make CS very powerful in the communication?eld(channel cod-ing).

4.Gradient-Based Recovery Algorithms

A fast,low-consumed,and reliable recovery algorithm is the core of the CS theory.There are a lot of outstand-ing work on the topic[7][8][9][10].Based on their work, we developed the gradient-based recovery algorithms.In particular,we did not reshape the image(matrix)to the signal(vector),which will consume a large amount of memory.We treat each column of the image as a vector and the comparable results also can be obtained.For the sparse image in the time-domain,the l1norm constraint is used.For the general image(especially for the geomet-ric image),the total variation constraint is used.Consid-ering the non-di?erentiability of the function|f j,k|at the origin point,the subgradient or smooth approximation strategies[10]are employed.

A.Gradient Algorithms and Their Geometries Before solving the constrained convex optimization problems,the clear and deep understandings for the gradient-based algorithms are necessary.Given a linear matrix equation

M0f=y(9)

the solution f can be found by solving the following min-imization problem

min

f

L(f)≡

1

2

||M0f?y||22(10)

The gradient-based algorithms for solving(10)can be written as

f i+1=f i?μi?L(f i)(11) whereμi is the iteration step size and

?L(f i)=M?0(M0f i?y)(12) 3For the traditional compression method,the perfect recon-struction is impossible if some important components are lost.

A variety of settings for μi result in di?erent algo-rithms involving the gradient method,the steepest de-scent method,and the Newton’s method.The gradient method sets μi to a small constant.The steepest descent method sets μi to

μi = ?L (f i ),?L (f i )

?L (f i ),M ?0M 0?L (f i ) +ε(13)

which minimizes the residual R i =M 0f i ?y in each

iteration.Here,the small εis used for avoiding a zero denominator.For the Newton’s method,μi is taken as a constant matrix

μi

= M ?0M 0+εI ?1

(14)Here,the small εis used for avoiding a nearly singular

matrix.

To understand the geometries for the three gradient-based algorithms,a simple case is taken for example.A 2-D function f (x,y )=(x +y )2+(x +1)2+(y +3)2

has a local minimum f ?= 13,?5

3 .The contour of the function and the trajectory of f i are drawn in Fig.2.

x

y

Fig.2.The geometries for the gradient-based algorithms.The convergence of the gradient method is worst.The steepest descent method converges fast at the ?rst sev-eral steps but slowly as the iteration step increases.The Newton’s method is best and needs only one step for the 2-D case 4.

Next,we will apply the steepest descent method and the Newton’s method to recover the signal or image f by using (1).The treatments for other convex optimization problems (2)(3)(4)are similar.B.

l 1Norm Strategy

We assume f j,k is the pixel of an N ×N image f at the j-th row and the k-th column (1≤j ≤N and

4For

the CS,the performance of the Newton’s method will de-crease due to the nearly singular observation matrix and the l 1norm constraint.

1≤k ≤N ).The convex optimization problem (1)for the sparse image can be converted to

min f

H (f )≡L (f )+λ f 1

(15)

where f 1=

j,k |f j,k |.The above equation is a La-grange multiplier formulation.The ?rst term relates to the underdetermined matrix equation (9)and the second l 1-penalty term will assure a regularized sparse solution.The parameter λbalances the weight of the ?rst term and the second term.

Because |f j,k |is not di?erentiable at the origin point,we can de?ne a new subgradient for each f j,k as follows

?j,k H (f )=

?j,k L (f )+λsign(f j,k ),|f j,k |≥ε?j,k L (f )+λ,|f j,k |<ε,?j,k L (f )

?j,k L (f )?λ,|f j,k |<ε,?j,k L (f )>λ0,|f j,k |<ε,|?j,k L (f )|≤λ

(16)Then the gradient-based algorithm can be written as

f i +1j,k =f i j,k ?μi k ?j,k H (f i )

(17)

where j and k are,respectively,the row index and the

column index of the image f and i denotes the i-th iter-ation step.The μi k has been given in (13)and (14).Bear in mind,the image will be treated column by column

when computing μi k and ?j,k L (f i

).

For the steepest descent method,the parameter λcan be taken as a small positive constant (λ=0.001?0.01).But for the Newton’s method,the parameter λmust be gradually decreased as the iteration step increases (λi +1=(0.99?0.999)×λi ).C.

Total Variation Strategy

For a general image,especially for a geometric image,it is not sparse in the time-domain.Hence,the l 1norm strategy developed in the previous subsection will break down.

The convex optimization problem for the general im-age can be given by

min f

H (f )≡L (f )+λTV(f)

(18)

where TV(f)is the total variation of the image f .The derivatives of f along the vertical and horizontal direc-tions can be de?ned as

D v

j,k f =

f j,k ?f j +1,k 1≤j

(19)

D h

j,k f =

f j,k ?f j,k +1

1≤k

(20)

The total variation of the image f is the summation for the magnitude of the gradient of each pixel [11]

TV(f)= j ,k

D v j ,k f 2+ D h j ,k f 2= j ,k

|?j ,k f |(21)

After some simple derivations,the gradient of the total variation with each pixel is given by

?j,k(TV(f))=

D v

j,k

f

|?j,k f|

+

D h

j,k

f

|?j,k f|

?

D v

j?1,k

f

|?j?1,k f|

?

D h

j,k?1

f

|?j,k?1f|

(22)

When treating(22),the smooth approximation strategy is used for avoiding a zero denominator,i.e.

|?j,k f|=

D v

j,k

f

2

+

D h

j,k

f

2

+ε(23)

The gradient-based algorithm has been given in(17).

5.Numerical Experiments and Results

A.Cases of l1Norm Strategy

The?rst image we’d like to recover is a64×64sparse diamond as shown in Fig.

3.

Fig.3.The64×64sparse diamond.

Notice that the image itself is sparse in the time-domain, we need not to transform the image into other domains, such as the wavelet domain or Fourier domain.The size of the observation matrix for the nearly perfect recon-struction should be at least larger than12×64where 12is calculated by2·log264=12.If our observation matrices are generated by the uniform distribution from 0to1,after20000iteration steps,Fig.4can be ob-tained.The subplot(a)shows the recovered image with a10×64observation matrix,while(b),(c),and(d)are recovered with12×64,15×64,and20×64random observation matrices respectively.When the size of the observation matrix is small,the poor reconstructed im-ages are shown in(a)and(b).But when the observation matrix gets larger and larger,the better results can be obtained as shown in(c)and(d).

Another64×64image we wish to recover is a cir-cle as shown in Fig.5.Although the circle is sparse on the whole,but it is not the case for some columns. These columns may require more measurements if we treat an n×n image as n https://www.360docs.net/doc/429697831.html,ing the steepest descent method,we can recover the image after several iterations.Here,we don’t want to compare the Newton’s method with the steepest descent method to?nd

which

(a)

(b)

(c)(d)

Fig.4.The recovered diamond?gures by the Newton’s method from the observation matrices with di?erent sizes:(a)10×64;(b)12×64;(c)15×64;(d)20×

64.

Fig.5.The64×64sparse circle.

one is more powerful and e?ective.(Actually,their per-formances are almost the same for the image.)What we want to show is the sparsity of an image a?ects the re-covered results a lot.Fig.6shows the recovered results from the observation matrices with di?erent sizes slightly larger than the previous case.For the subplots(a)and (b),the results are undesirable.The subplot(c)is bet-ter and almost perfect reconstruction is obtained for the subplot(d).Again,we notice that for the small observa-tion matrix,the recovered results may vary drastically. If the size of the observation matrix is large enough,the reconstructed image is accurate or even exact in any re-peated experiments.The subplots(a),(b),and(c)in Fig.6show that those columns which are less sparse are the hardest to recover when the small observation matrix is utilized.For the case,the total variation strategy may be a better choice.In a word,a large observation matrix can capture more information of the image and therefore the image can be recovered with higher probability. B.Cases of Total Variation Strategy

If the image is not sparse in the time-domain,it also can be recovered from the measurements without repre-sented as the basis functionsΨwhose coe?cients may be sparse.For instance,the geometric?gure composed of a solid circle and a solid square is shown in Fig.7.

(a)

(b)

(c)(d)

Fig.6.The recovered circle ?gures by the steepest de-scent method from the observation matrices with di?er-ent sizes:(a)15×64;(b)20×64;(c)25×64;(d)30×64.It is easy to imagine the derivatives of the image are sparse.We apply the total variation strategy to recover the

image.

Fig.7.The geometric ?gure.

The size of the object image again is 64×64and the 20×64observation matrix is employed.Fig.8is the typical measurements y and Fig.9is the reconstructed image from y .The peak signal to noise ratio (PSNR)calculated is always above 90for the repeated exper-iments (di?erent observation matrices with the same size),which suggests that the observation matrix is large enough to recover the original image with an extremely accurate

result.

Fig.8.The measurement of the geometric ?gure.The next two images Cameraman and Boats in Fig.10are quite well-known in the image processing ?eld.We still treat the 256×256image as 256vectors.Although the result may not be so good as that we obtain by treat-ing the 256×256image as a long vector of size 65536×1,we do save a great amount of memory and calculation time.The size of our observation matrix M 0is 100×256rather than 25600×65536(25600≈65536/2.56).The

re-Fig.9.The recovered geometric image by the steepest descent method:20×64observation matrix is employed.

covery algorithm is implemented in the wavelet-domain,and the PSNR for the subplots (a)and (b)in Fig.11are 29.4and 30.9,respectively.In addition,the gradient-based total variation algorithm also has a good perfor-mance for the geometric image Peppers.(Showing too many results are not

necessary).

(a)

(b)

Fig.10.The general image:(a)Cameraman;(b)

Boats.

(a)

(b)

Fig.11.The recovered images by the Newton’s method:100×256observation matrix is employed.(a)Camera-man;(b)Boats.

6.Discussions and Future Work

The above are just some simple experiments for demonstrating that the CS was able to recover an im-age accurately from a few of random projections.One should understand that the main advantage of CS is not how small size it can compress the image to.In fact,if a signal is K sparse in some domains,we indeed require 3K to 5K measurements to recover the signal.An ob-vious advantage of CS is that it can encode the signal or image fast.In particular,the prior knowledge about

the signal is not important.For example,it is not nec-essary for us to know the exact positions and values of the most important components beforehand.What we care is whether the image is sparse in some domains or not.A?xed observation matrix can be applied to mea-sure di?erent signals,which makes the applications of CS for encoding and decoding possible.Meanwhile,the measurements play the same role in recovering the sig-nal or image,which makes CS very powerful in military applications(radar imaging)where we cannot a?ord the risk caused by the loss of the most important K com-ponents.Since each random projection(measurement) is equally(un)important,the CS is not sensitive to the noises or measurement errors and can provide the robust and stable performances.

Although many researchers have made great pro-gresses in the convex optimization problems and demon-strated the accurate results on the scale we interest(hun-dreds of thousands of measurements and millions of pix-els),the more e?cient algorithms are still required.Actu-ally,solving the l1minimization problem is about30-50 times as expensive as solving the least squares problem. However,the unbalanced computational burden gives us a chance that the measurements are acquired by the sen-sors with lower power,and then the signal or image will be recovered on the central supercomputer.The algo-rithms,such as the conjugate gradient method and the generalized minimal residual method,will become our next candidates for accelerating the recovery algorithm. The physical understandings and applications for CS are under way,although a single-pixel camera has shocked the?eld of optics.We are aware that the CS has penetrated many?elds and become a hotspot.We expect more mathematicians,physicist,and engineers make contributions for the CS?eld.

7.Acknowledgement

The authors are not from signal or image processing society.Hence,some technical words may not be right. We hope the report can give some help for the researchers form the signal processing,image processing,and phys-ical societies.

References

1.Emmanuel J.Cand`e s,Justin K.Romberg,and Terence

Tao,“Robust uncertainty principles:Exact signal re-construction from highly incomplete frequency informa-tion,”IEEE Transactions On Information Theory,vol.

52,pp.489-509,Feb.2006.

2.David L.Donoho,“Compressed sensing,”IEEE Trans-

actions On Information Theory,vol.52,pp.1289-1306, Apr.2006.

3.Emmanuel J.Cand`e s and Michael B.Wakin,“People

hearing without listening:”An introduction to compres-sive sampling,Report.

4.Richard G.Baraniuk,“Compressive sensing,”IEEE Sig-

nal Processing Magazine,pp.118-124,Jul.2007.

5.Emmanuel J.Cand`e s and Michael B.Wakin,“An intro-

duction to compressive sampling,”IEEE Signal Process-ing Magazine,pp.21-230,Mar.2008.

6.Justin K.Romberg,“Imaging via compressive sam-

pling,”IEEE Signal Processing Magazine,pp.14-20, Mar.2008.

7.Emmanuel J.Cand`e s and Justin K.Romberg,“Sig-

nal recovery from random projections,”Proceedings of SPIE-IS&T Electronic Imaging,vol.5674,pp.76-86, Mar.2005.

8.Emmanuel J.Cand`e s and Terence Tao,“Decoding by

linear programming,”IEEE Transactions On Informa-tion Theory,vol.51,pp.4203-4215,Dec.2005.

9.Joel A.Tropp and Anna C.Gilbert,“Signal recovery

from partial information via orthogonal matching pur-suit,”IEEE Transactions On Information Theory,vol.

53,pp.4655-4666,Dec.2007.

10.Mark Schmidt,Glenn Fung,and R′o mer Rosales,Fast

optimization methods for L1regularization:A compar-ative study and two new approaches,Machine Learning: ECML2007,vol.4701,Sep.2007.

11.Leonid I.Rudin,Stanley Osher,and Emad Fatemi,

“Nonlinear total variation based noise removal algo-rithms,”Physica D,vol.60,pp.259-268,Nov.1992.

The way常见用法

The way 的用法 Ⅰ常见用法: 1)the way+ that 2)the way + in which(最为正式的用法) 3)the way + 省略(最为自然的用法) 举例:I like the way in which he talks. I like the way that he talks. I like the way he talks. Ⅱ习惯用法: 在当代美国英语中,the way用作为副词的对格,“the way+ 从句”实际上相当于一个状语从句来修饰整个句子。 1)The way =as I am talking to you just the way I’d talk to my own child. He did not do it the way his friends did. Most fruits are naturally sweet and we can eat them just the way they are—all we have to do is to clean and peel them. 2)The way= according to the way/ judging from the way The way you answer the question, you are an excellent student. The way most people look at you, you’d think trash man is a monster. 3)The way =how/ how much No one can imagine the way he missed her. 4)The way =because

The way的用法及其含义(二)

The way的用法及其含义(二) 二、the way在句中的语法作用 the way在句中可以作主语、宾语或表语: 1.作主语 The way you are doing it is completely crazy.你这个干法简直发疯。 The way she puts on that accent really irritates me. 她故意操那种口音的样子实在令我恼火。The way she behaved towards him was utterly ruthless. 她对待他真是无情至极。 Words are important, but the way a person stands, folds his or her arms or moves his or her hands can also give us information about his or her feelings. 言语固然重要,但人的站姿,抱臂的方式和手势也回告诉我们他(她)的情感。 2.作宾语 I hate the way she stared at me.我讨厌她盯我看的样子。 We like the way that her hair hangs down.我们喜欢她的头发笔直地垂下来。 You could tell she was foreign by the way she was dressed. 从她的穿著就可以看出她是外国人。 She could not hide her amusement at the way he was dancing. 她见他跳舞的姿势,忍俊不禁。 3.作表语 This is the way the accident happened.这就是事故如何发生的。 Believe it or not, that's the way it is. 信不信由你, 反正事情就是这样。 That's the way I look at it, too. 我也是这么想。 That was the way minority nationalities were treated in old China. 那就是少数民族在旧中

(完整版)the的用法

定冠词the的用法: 定冠词the与指示代词this ,that同源,有“那(这)个”的意思,但较弱,可以和一个名词连用,来表示某个或某些特定的人或东西. (1)特指双方都明白的人或物 Take the medicine.把药吃了. (2)上文提到过的人或事 He bought a house.他买了幢房子. I've been to the house.我去过那幢房子. (3)指世界上独一无二的事物 the sun ,the sky ,the moon, the earth (4)单数名词连用表示一类事物 the dollar 美元 the fox 狐狸 或与形容词或分词连用,表示一类人 the rich 富人 the living 生者 (5)用在序数词和形容词最高级,及形容词等前面 Where do you live?你住在哪? I live on the second floor.我住在二楼. That's the very thing I've been looking for.那正是我要找的东西. (6)与复数名词连用,指整个群体 They are the teachers of this school.(指全体教师) They are teachers of this school.(指部分教师) (7)表示所有,相当于物主代词,用在表示身体部位的名词前 She caught me by the arm.她抓住了我的手臂. (8)用在某些有普通名词构成的国家名称,机关团体,阶级等专有名词前 the People's Republic of China 中华人民共和国 the United States 美国 (9)用在表示乐器的名词前 She plays the piano.她会弹钢琴. (10)用在姓氏的复数名词之前,表示一家人 the Greens 格林一家人(或格林夫妇) (11)用在惯用语中 in the day, in the morning... the day before yesterday, the next morning... in the sky... in the dark... in the end... on the whole, by the way...

“the way+从句”结构的意义及用法

“theway+从句”结构的意义及用法 首先让我们来看下面这个句子: Read the followingpassageand talkabout it wi th your classmates.Try totell whatyou think of Tom and ofthe way the childrentreated him. 在这个句子中,the way是先行词,后面是省略了关系副词that或in which的定语从句。 下面我们将叙述“the way+从句”结构的用法。 1.the way之后,引导定语从句的关系词是that而不是how,因此,<<现代英语惯用法词典>>中所给出的下面两个句子是错误的:This is thewayhowithappened. This is the way how he always treats me. 2.在正式语体中,that可被in which所代替;在非正式语体中,that则往往省略。由此我们得到theway后接定语从句时的三种模式:1) the way+that-从句2)the way +in which-从句3) the way +从句 例如:The way(in which ,that) thesecomrade slookatproblems is wrong.这些同志看问题的方法

不对。 Theway(that ,in which)you’re doingit is comple tely crazy.你这么个干法,简直发疯。 Weadmired him for theway inwhich he facesdifficulties. Wallace and Darwingreed on the way inwhi ch different forms of life had begun.华莱士和达尔文对不同类型的生物是如何起源的持相同的观点。 This is the way(that) hedid it. I likedthe way(that) sheorganized the meeting. 3.theway(that)有时可以与how(作“如何”解)通用。例如: That’s the way(that) shespoke. = That’s how shespoke.

way 用法

表示“方式”、“方法”,注意以下用法: 1.表示用某种方法或按某种方式,通常用介词in(此介词有时可省略)。如: Do it (in) your own way. 按你自己的方法做吧。 Please do not talk (in) that way. 请不要那样说。 2.表示做某事的方式或方法,其后可接不定式或of doing sth。 如: It’s the best way of studying [to study] English. 这是学习英语的最好方法。 There are different ways to do [of doing] it. 做这事有不同的办法。 3.其后通常可直接跟一个定语从句(不用任何引导词),也可跟由that 或in which 引导的定语从句,但是其后的从句不能由how 来引导。如: 我不喜欢他说话的态度。 正:I don’t like the way he spoke. 正:I don’t like the way that he spoke. 正:I don’t like the way in which he spoke. 误:I don’t like the way how he spoke. 4.注意以下各句the way 的用法: That’s the way (=how) he spoke. 那就是他说话的方式。 Nobody else loves you the way(=as) I do. 没有人像我这样爱你。 The way (=According as) you are studying now, you won’tmake much progress. 根据你现在学习情况来看,你不会有多大的进步。 2007年陕西省高考英语中有这样一道单项填空题: ——I think he is taking an active part insocial work. ——I agree with you_____. A、in a way B、on the way C、by the way D、in the way 此题答案选A。要想弄清为什么选A,而不选其他几项,则要弄清选项中含way的四个短语的不同意义和用法,下面我们就对此作一归纳和小结。 一、in a way的用法 表示:在一定程度上,从某方面说。如: In a way he was right.在某种程度上他是对的。注:in a way也可说成in one way。 二、on the way的用法 1、表示:即将来(去),就要来(去)。如: Spring is on the way.春天快到了。 I'd better be on my way soon.我最好还是快点儿走。 Radio forecasts said a sixth-grade wind was on the way.无线电预报说将有六级大风。 2、表示:在路上,在行进中。如: He stopped for breakfast on the way.他中途停下吃早点。 We had some good laughs on the way.我们在路上好好笑了一阵子。 3、表示:(婴儿)尚未出生。如: She has two children with another one on the way.她有两个孩子,现在还怀着一个。 She's got five children,and another one is on the way.她已经有5个孩子了,另一个又快生了。 三、by the way的用法

The way的用法及其含义(一)

The way的用法及其含义(一) 有这样一个句子:In 1770 the room was completed the way she wanted. 1770年,这间琥珀屋按照她的要求完成了。 the way在句中的语法作用是什么?其意义如何?在阅读时,学生经常会碰到一些含有the way 的句子,如:No one knows the way he invented the machine. He did not do the experiment the way his teacher told him.等等。他们对the way 的用法和含义比较模糊。在这几个句子中,the way之后的部分都是定语从句。第一句的意思是,“没人知道他是怎样发明这台机器的。”the way的意思相当于how;第二句的意思是,“他没有按照老师说的那样做实验。”the way 的意思相当于as。在In 1770 the room was completed the way she wanted.这句话中,the way也是as的含义。随着现代英语的发展,the way的用法已越来越普遍了。下面,我们从the way的语法作用和意义等方面做一考查和分析: 一、the way作先行词,后接定语从句 以下3种表达都是正确的。例如:“我喜欢她笑的样子。” 1. the way+ in which +从句 I like the way in which she smiles. 2. the way+ that +从句 I like the way that she smiles. 3. the way + 从句(省略了in which或that) I like the way she smiles. 又如:“火灾如何发生的,有好几种说法。” 1. There were several theories about the way in which the fire started. 2. There were several theories about the way that the fire started.

way 的用法

way 的用法 【语境展示】 1. Now I’ll show you how to do the experiment in a different way. 下面我来演示如何用一种不同的方法做这个实验。 2. The teacher had a strange way to make his classes lively and interesting. 这位老师有种奇怪的办法让他的课生动有趣。 3. Can you tell me the best way of working out this problem? 你能告诉我算出这道题的最好方法吗? 4. I don’t know the way (that / in which) he helped her out. 我不知道他用什么方法帮助她摆脱困境的。 5. The way (that / which) he talked about to solve the problem was difficult to understand. 他所谈到的解决这个问题的方法难以理解。 6. I don’t like the way that / which is being widely used for saving water. 我不喜欢这种正在被广泛使用的节水方法。 7. They did not do it the way we do now. 他们以前的做法和我们现在不一样。 【归纳总结】 ●way作“方法,方式”讲时,如表示“以……方式”,前面常加介词in。如例1; ●way作“方法,方式”讲时,其后可接不定式to do sth.,也可接of doing sth. 作定语,表示做某事的方法。如例2,例3;

the-way-的用法讲解学习

t h e-w a y-的用法

The way 的用法 "the way+从句"结构在英语教科书中出现的频率较高, the way 是先行词, 其后是定语从句.它有三种表达形式:1) the way+that 2)the way+ in which 3)the way + 从句(省略了that或in which),在通常情况下, 用in which 引导的定语从句最为正式,用that的次之,而省略了关系代词that 或 in which 的, 反而显得更自然,最为常用.如下面三句话所示,其意义相同. I like the way in which he talks. I like the way that he talks. I like the way he talks. 一.在当代美国英语中,the way用作为副词的对格,"the way+从句"实际上相当于一个状语从句来修饰全句. the way=as 1)I'm talking to you just the way I'd talk to a boy of my own. 我和你说话就象和自己孩子说话一样. 2)He did not do it the way his friend did. 他没有象他朋友那样去做此事. 3)Most fruits are naturally sweet and we can eat them just the way they are ----all we have to do is clean or peel them . 大部分水果天然甜润,可以直接食用,我们只需要把他们清洗一下或去皮.

way的用法总结大全

way的用法总结大全 way的用法你知道多少,今天给大家带来way的用法,希望能够帮助到大家,下面就和大家分享,来欣赏一下吧。 way的用法总结大全 way的意思 n. 道路,方法,方向,某方面 adv. 远远地,大大地 way用法 way可以用作名词 way的基本意思是“路,道,街,径”,一般用来指具体的“路,道路”,也可指通向某地的“方向”“路线”或做某事所采用的手段,即“方式,方法”。way还可指“习俗,作风”“距离”“附近,周围”“某方面”等。 way作“方法,方式,手段”解时,前面常加介词in。如果way前有this, that等限定词,介词可省略,但如果放在句首,介词则不可省略。

way作“方式,方法”解时,其后可接of v -ing或to- v 作定语,也可接定语从句,引导从句的关系代词或关系副词常可省略。 way用作名词的用法例句 I am on my way to the grocery store.我正在去杂货店的路上。 We lost the way in the dark.我们在黑夜中迷路了。 He asked me the way to London.他问我去伦敦的路。 way可以用作副词 way用作副词时意思是“远远地,大大地”,通常指在程度或距离上有一定的差距。 way back表示“很久以前”。 way用作副词的用法例句 It seems like Im always way too busy with work.我工作总是太忙了。 His ideas were way ahead of his time.他的思想远远超越了他那个时代。 She finished the race way ahead of the other runners.她第一个跑到终点,远远领先于其他选手。 way用法例句

the_way的用法大全教案资料

t h e_w a y的用法大全

The way 在the way+从句中, the way 是先行词, 其后是定语从句.它有三种表达形式:1) the way+that 2)the way+ in which 3)the way + 从句(省略了that或in which),在通常情况下, 用in which 引导的定语从句最为正式,用that的次之,而省略了关系代词that 或 in which 的, 反而显得更自然,最为常用.如下面三句话所示,其意义相同. I like the way in which he talks. I like the way that he talks. I like the way he talks. 如果怕弄混淆,下面的可以不看了 另外,在当代美国英语中,the way用作为副词的对格,"the way+从句"实际上相当于一个状语从句来修饰全句. the way=as 1)I'm talking to you just the way I'd talk to a boy of my own. 我和你说话就象和自己孩子说话一样. 2)He did not do it the way his friend did. 他没有象他朋友那样去做此事. 3)Most fruits are naturally sweet and we can eat them just the way they are ----all we have to do is clean or peel them . 大部分水果天然甜润,可以直接食用,我们只需要把他们清洗一下或去皮. the way=according to the way/judging from the way 4)The way you answer the qquestions, you must be an excellent student. 从你回答就知道,你是一个优秀的学生. 5)The way most people look at you, you'd think a trashman was a monster. 从大多数人看你的目光中,你就知道垃圾工在他们眼里是怪物. the way=how/how much 6)I know where you are from by the way you pronounce my name. 从你叫我名字的音调中,我知道你哪里人. 7)No one can imaine the way he misses her. 人们很想想象他是多么想念她. the way=because 8) No wonder that girls looks down upon me, the way you encourage her. 难怪那姑娘看不起我, 原来是你怂恿的

the way 的用法

The way 的用法 "the way+从句"结构在英语教科书中出现的频率较高, the way 是先行词, 其后是定语从句.它有三种表达形式:1) the way+that 2)the way+ in which 3)the way + 从句(省略了that或in which),在通常情况下, 用in which 引导的定语从句最为正式,用that的次之,而省略了关系代词that 或in which 的, 反而显得更自然,最为常用.如下面三句话所示,其意义相同. I like the way in which he talks. I like the way that he talks. I like the way he talks. 一.在当代美国英语中,the way用作为副词的对格,"the way+从句"实际上相当于一个状语从句来修饰全句. the way=as 1)I'm talking to you just the way I'd talk to a boy of my own. 我和你说话就象和自己孩子说话一样. 2)He did not do it the way his friend did. 他没有象他朋友那样去做此事. 3)Most fruits are naturally sweet and we can eat them just the way they are ----all we have to do is clean or peel them . 大部分水果天然甜润,可以直接食用,我们只需要把他们清洗一下或去皮.

the way=according to the way/judging from the way 4)The way you answer the qquestions, you must be an excellent student. 从你回答就知道,你是一个优秀的学生. 5)The way most people look at you, you'd think a trashman was a monster. 从大多数人看你的目光中,你就知道垃圾工在他们眼里是怪物. the way=how/how much 6)I know where you are from by the way you pronounce my name. 从你叫我名字的音调中,我知道你哪里人. 7)No one can imaine the way he misses her. 人们很想想象他是多么想念她. the way=because 8) No wonder that girls looks down upon me, the way you encourage her. 难怪那姑娘看不起我, 原来是你怂恿的 the way =while/when(表示对比) 9)From that day on, they walked into the classroom carrying defeat on their shoulders the way other students carried textbooks under their arms. 从那天起,其他同学是夹着书本来上课,而他们却带着"失败"的思想负担来上课.

The way的用法及其含义(三)

The way的用法及其含义(三) 三、the way的语义 1. the way=as(像) Please do it the way I’ve told you.请按照我告诉你的那样做。 I'm talking to you just the way I'd talk to a boy of my own.我和你说话就像和自己孩子说话一样。 Plant need water the way they need sun light. 植物需要水就像它们需要阳光一样。 2. the way=how(怎样,多么) No one can imagine the way he misses her.没人能够想象出他是多么想念她! I want to find out the way a volcano has formed.我想弄清楚火山是怎样形成的。 He was filled with anger at the way he had been treated.他因遭受如此待遇而怒火满腔。That’s the way she speaks.她就是那样讲话的。 3. the way=according as (根据) The way you answer the questions, you must be an excellent student.从你回答问题来看,你一定是名优秀的学生。 The way most people look at you, you'd think a trash man was a monster.从大多数人看你的目光中,你就知道垃圾工在他们眼里是怪物。 The way I look at it, it’s not what you do that matters so much.依我看,重要的并不是你做什么。 I might have been his son the way he talked.根据他说话的样子,好像我是他的儿子一样。One would think these men owned the earth the way they behave.他们这样行动,人家竟会以为他们是地球的主人。

way的用法

一.Way:“方式”、“方法” 1.表示用某种方法或按某种方式 Do it (in) your own way. Please do not talk (in) that way. 2.表示做某事的方式或方法 It’s the best way of studying [to study] English.。 There are different ways to do [of doing] it. 3.其后通常可直接跟一个定语从句(不用任何引导词),也可跟由that 或in which 引导的定语从句 正:I don’t like the way he spoke. I don’t like the way that he spoke. I don’t like the way in which he spoke.误:I don’t like the way how he spoke. 4. the way 的从句 That’s the way (=how) he spoke. I know where you are from by the way you pronounce my name. That was the way minority nationalities were treated in old China. Nobody else loves you the way(=as) I do. He did not do it the way his friend did. 二.固定搭配 1. In a/one way:In a way he was right. 2. In the way /get in one’s way I'm afraid your car is in the way, If you are not going to help,at least don't get in the way. You'll have to move-you're in my way. 3. in no way Theory can in no way be separated from practice. 4. On the way (to……) Let’s wait a few moments. He is on the way Spring is on the way. Radio forecasts said a sixth-grade wind was on the way. She has two children with another one on the way. 5. By the way By the way,do you know where Mary lives? 6. By way of Learn English by way of watching US TV series. 8. under way 1. Elbow one’s way He elbowed his way to the front of the queue. 2. shoulder one’s way 3. feel one‘s way 摸索着向前走;We couldn’t see anything in the cave, so we had to feel our way out 4. fight/force one’s way 突破。。。而前进The surrounded soldiers fought their way out. 5.. push/thrust one‘s way(在人群中)挤出一条路He pushed his way through the crowd. 6. wind one’s way 蜿蜒前进 7. lead the way 带路,领路;示范 8. lose one‘s way 迷失方向 9. clear the way 排除障碍,开路迷路 10. make one’s way 前进,行进The team slowly made their way through the jungle.

the way的用法大全

在the way+从句中, the way 是先行词, 其后是定语从句.它有三种表达形式:1) the way+that 2)the way+ in which 3)the way + 从句(省略了that或in which),在通常情况下, 用in which 引导的定语从句最为正式,用that的次之,而省略了关系代词that 或in which 的, 反而显得更自然,最为常用.如下面三句话所示,其意义相同. I like the way in which he talks. I like the way that he talks. I like the way he talks. 如果怕弄混淆,下面的可以不看了 另外,在当代美国英语中,the way用作为副词的对格,"the way+从句"实际上相当于一个状语从句来修饰全句. the way=as 1)I'm talking to you just the way I'd talk to a boy of my own. 我和你说话就象和自己孩子说话一样. 2)He did not do it the way his friend did. 他没有象他朋友那样去做此事. 3)Most fruits are naturally sweet and we can eat them just the way they are ----all we have to do is clean or peel them . 大部分水果天然甜润,可以直接食用,我们只需要把他们清洗一下或去皮. the way=according to the way/judging from the way 4)The way you answer the qquestions, you must be an excellent student. 从你回答就知道,你是一个优秀的学生. 5)The way most people look at you, you'd think a trashman was a monster. 从大多数人看你的目光中,你就知道垃圾工在他们眼里是怪物. the way=how/how much 6)I know where you are from by the way you pronounce my name. 从你叫我名字的音调中,我知道你哪里人. 7)No one can imaine the way he misses her. 人们很想想象他是多么想念她. the way=because 8) No wonder that girls looks down upon me, the way you encourage her. 难怪那姑娘看不起我, 原来是你怂恿的 the way =while/when(表示对比) 9)From that day on, they walked into the classroom carrying defeat on their shoulders the way other students carried textbooks under their arms.

“the-way+从句”结构的意义及用法知识讲解

“the way+从句”结构的意义及用法 首先让我们来看下面这个句子: Read the following passage and talk about it with your classmates. Try to tell what you think of Tom and of the way the children treated him. 在这个句子中,the way是先行词,后面是省略了关系副词that 或in which的定语从句。 下面我们将叙述“the way+从句”结构的用法。 1.the way之后,引导定语从句的关系词是that而不是how,因此,<<现代英语惯用法词典>>中所给出的下面两个句子是错误的:This is the way how it happened. This is the way how he always treats me. 2. 在正式语体中,that可被in which所代替;在非正式语体中,that则往往省略。由此我们得到the way后接定语从句时的三种模式:1) the way +that-从句2) the way +in which-从句3) the way +从句 例如:The way(in which ,that) these comrades look at problems is wrong.这些同志看问题的方法不对。

The way(that ,in which)you’re doing it is completely crazy.你这么个干法,简直发疯。 We admired him for the way in which he faces difficulties. Wallace and Darwin greed on the way in which different forms of life had begun.华莱士和达尔文对不同类型的生物是如何起源的持相同的观点。 This is the way (that) he did it. I liked the way (that) she organized the meeting. 3.the way(that)有时可以与how(作“如何”解)通用。例如: That’s the way (that) she spoke. = That’s how she spoke. I should like to know the way/how you learned to master the fundamental technique within so short a time. 4.the way的其它用法:以上我们讲的都是用作先行词的the way,下面我们将叙述它的一些用法。

定冠词the的12种用法

定冠词the的12种用法 定冠词the 的12 种用法,全知道?快来一起学习吧。下面就和大家分享,来欣赏一下吧。 定冠词the 的12 种用法,全知道? 定冠词the用在各种名词前面,目的是对这个名词做个记号,表示它的特指属性。所以在词汇表中,定冠词the 的词义是“这个,那个,这些,那些”,可见,the 即可以放在可数名词前,也可以修饰不可数名词,the 后面的名词可以是单数,也可以是复数。 定冠词的基本用法: (1) 表示对某人、某物进行特指,所谓的特指就是“不是别的,就是那个!”如: The girl with a red cap is Susan. 戴了个红帽子的女孩是苏珊。 (2) 一旦用到the,表示谈话的俩人都知道说的谁、说的啥。如:

The dog is sick. 狗狗病了。(双方都知道是哪一只狗) (3) 前面提到过的,后文又提到。如: There is a cat in the tree.Thecat is black. 树上有一只猫,猫是黑色的。 (4) 表示世界上唯一的事物。如: The Great Wall is a wonder.万里长城是个奇迹。(5) 方位名词前。如: thenorth of the Yangtze River 长江以北地区 (6) 在序数词和形容词最高级的前面。如: Who is the first?谁第一个? Sam is the tallest.山姆最高。 但是不能认为,最高级前必须加the,如: My best friend. 我最好的朋友。 (7) 在乐器前。如: play the flute 吹笛子

Way的用法

Way用法 A:I think you should phone Jenny and say sorry to her. B:_______. It was her fault. A. No way B. Not possible C. No chance D. Not at all 说明:正确答案是A. No way,意思是“别想!没门!决不!” 我认为你应该打电话给珍妮并向她道歉。 没门!这是她的错。 再看两个关于no way的例句: (1)Give up our tea break? NO way! 让我们放弃喝茶的休息时间?没门儿! (2)No way will I go on working for that boss. 我决不再给那个老板干了。 way一词含义丰富,由它构成的短语用法也很灵活。为了便于同学们掌握和用好它,现结合实例将其用法归纳如下: 一、way的含义 1. 路线

He asked me the way to London. 他问我去伦敦的路。 We had to pick our way along the muddy track. 我们不得不在泥泞的小道上择路而行。 2. (沿某)方向 Look this way, please. 请往这边看。 Kindly step this way, ladies and gentlemen. 女士们、先生们,请这边走。 Look both ways before crossing the road. 过马路前向两边看一看。 Make sure that the sign is right way up. 一定要把符号的上下弄对。 3. 道、路、街,常用以构成复合词 a highway(公路),a waterway(水路),a railway(铁路),wayside(路边)

way与time的特殊用法

way/time的特殊用法 1、当先行词是way意思为”方式.方法”的时候,引导定语从句的关系词有下列3种形式: Way在从句中做宾语 The way that / which he explained to us is quite simple. Way在从句中做状语 The way t hat /in which he explained the sentence to us is quite simple. 2、当先行词是time时,若time表示次数时,应用关系代词that引导定语从句,that可以省略; 若time表示”一段时间”讲时,应用关系副词when或介词at/during + which引导定语从句 1.Is this factory _______ we visited last year? 2.Is this the factory-------we visited last year? A. where B in which C the one D which 3. This is the last time _________ I shall give you a lesson. A. when B that C which D in which 4.I don’t like the way ________ you laugh at her. A . that B on which C which D as 5.He didn’t understand the wa y ________ I worked out the problem. A which B in which C where D what 6.I could hardly remember how many times----I’ve failed. A that B which C in which D when 7.This is the second time--------the president has visited the country. A which B where C that D in which 8.This was at a time------there were no televisions, no computers or radios. A what B when C which D that

相关主题
相关文档
最新文档