US20080267299A1 - Video coding - Google Patents

Video coding Download PDF

Info

Publication number
US20080267299A1
US20080267299A1 US12/172,062 US17206208A US2008267299A1 US 20080267299 A1 US20080267299 A1 US 20080267299A1 US 17206208 A US17206208 A US 17206208A US 2008267299 A1 US2008267299 A1 US 2008267299A1
Authority
US
United States
Prior art keywords
error concealment
picture
concealment algorithm
type indicator
similarity
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.)
Abandoned
Application number
US12/172,062
Inventor
Miska Hannuksela
Kerem Caglar
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.)
Sisvel International SA
Original Assignee
Nokia Oyj
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 Nokia Oyj filed Critical Nokia Oyj
Priority to US12/172,062 priority Critical patent/US20080267299A1/en
Publication of US20080267299A1 publication Critical patent/US20080267299A1/en
Assigned to SISVEL INTERNATIONAL S.A. reassignment SISVEL INTERNATIONAL S.A. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NOKIA CORPORATION
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/527Global motion vector estimation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/60Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
    • H04N19/61Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding in combination with predictive coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/85Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression
    • H04N19/89Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression involving methods or arrangements for detection of transmission errors at the decoder
    • H04N19/895Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression involving methods or arrangements for detection of transmission errors at the decoder in combination with error concealment
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/436Interfacing a local distribution network, e.g. communicating with another STB or one or more peripheral devices inside the home
    • H04N21/4363Adapting the video or multiplex stream to a specific local network, e.g. a IEEE 1394 or Bluetooth® network
    • H04N21/43637Adapting the video or multiplex stream to a specific local network, e.g. a IEEE 1394 or Bluetooth® network involving a wireless protocol, e.g. Bluetooth, RF or wireless LAN [IEEE 802.11]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/60Network structure or processes for video distribution between server and client or between remote clients; Control signalling between clients, server and network components; Transmission of management data between server and client, e.g. sending from server to client commands for recording incoming content stream; Communication details between server and client 
    • H04N21/61Network physical structure; Signal processing
    • H04N21/6106Network physical structure; Signal processing specially adapted to the downstream path of the transmission network
    • H04N21/6131Network physical structure; Signal processing specially adapted to the downstream path of the transmission network involving transmission via a mobile phone network

Definitions

  • This invention relates to video coding and in particular to concealing artifacts introduced by errors.
  • a video sequence consists of a series of still pictures or frames.
  • Video compression methods are based on reducing the redundant and perceptually irrelevant parts of video sequences.
  • the redundancy in video sequences can be categorized into spectral, spatial and temporal redundancy.
  • Spectral redundancy refers to the similarity between the different colour components of the same picture. Spatial redundancy results from the similarity between neighbouring pixels in a picture.
  • Temporal redundancy exists because objects appearing in a previous image are also likely to appear in the current image. Compression can be achieved by taking advantage of this temporal redundancy and predicting the current picture from another picture, termed an anchor or reference picture. Further compression is achieved by generating motion compensation data that describes the motion between the current picture and the reference picture.
  • Video compression methods typically differentiate between pictures that utilise temporal redundancy reduction and those that do not.
  • Compressed pictures that do not utilise temporal redundancy reduction methods are usually called INTRA or I-frames or I-pictures.
  • Temporally predicted images are usually forwardly predicted from a picture occurring before the current picture and are called INTER or P-frames. In the INTER frame case, the predicted motion-compensated picture is rarely precise enough and therefore a spatially compressed prediction error frame is associated with each INTER frame.
  • INTER pictures may contain INTRA-coded areas.
  • B-pictures are inserted between anchor picture pairs of I- and/or P-frames and are predicted from either one or both of these anchor pictures.
  • B-pictures normally yield increased compression as compared with forward-predicted pictures.
  • B-pictures are not used as anchor pictures, i.e., other pictures are not predicted from them. Therefore they can be discarded (intentionally or unintentionally) without impacting the picture quality of future pictures.
  • B-pictures may improve compression performance as compared with P-pictures, their generation requires greater computational complexity and memory usage, and they introduce additional delays. This may not be a problem for non-real time encoding such as video streaming but may cause problems in real-time applications such as video-conferencing.
  • a compressed video clip typically consists of a sequence of pictures, which can be roughly categorized into temporally independent INTRA pictures and temporally differentially coded INTER pictures. Since the compression efficiency in INTRA pictures is normally lower than in INTER pictures, INTRA pictures are used sparingly, especially in low bit-rate applications.
  • a video sequence may consist of a number of scenes or shots.
  • the picture contents may be remarkably different from one scene to another, and therefore the first picture of a scene is typically INTRA-coded.
  • INTRA pictures are typically inserted to stop temporal propagation of transmission errors in a reconstructed video signal and to provide random access points to a video bit-stream.
  • Compressed video is easily corrupted by transmission errors, mainly for two reasons. Firstly, due to utilisation of temporal predictive differential coding (INTER frames), an error is propagated both spatially and temporally. In practice this means that, once an error occurs, it is easily visible to the human eye for a relatively long time. Especially susceptible are transmissions at low bit-rates where there are only a few INTRA-coded frames, so temporal error propagation is not stopped for some time. Secondly, the use of variable length codes increases the susceptibility to errors. When a bit error alters the codeword, the decoder will lose codeword synchronisation and also decode subsequent error-free codewords (comprising several bits) incorrectly until the next synchronisation (or start) code.
  • INTER frames temporal predictive differential coding
  • a synchronisation code is a bit pattern which cannot be generated from any legal combination of other codewords and such codes are added to the bit stream at intervals to enable re-synchronisation.
  • errors occur when data is lost during transmission.
  • network elements may discard parts of the encoded video bit-stream.
  • Error correction refers to the process of recovering the erroneous data perfectly as if no errors had been introduced in the first place.
  • Error concealment refers to the process of concealing the effects of transmission errors so that they are hardly visible in the reconstructed video sequence. Typically some amount of redundancy is added by the source or transport coding in order to help error detection, correction and concealment. Error concealment techniques can be roughly classified into three categories: forward error concealment, error concealment by post-processing and interactive error concealment.
  • forward error concealment refers to those techniques in which the transmitter side adds redundancy to the transmitted data to enhance the error resilience of the encoded data.
  • Error concealment by post-processing refers to operations at the decoder in response to characteristics of the received signals. These methods estimate the correct representation of erroneously received data. In interactive error concealment, the transmitter and receiver co-operate in order to minimize the effect of transmission errors. These methods heavily utilise feedback information provided by the receiver. Error concealment by post-processing can also be referred to as passive error concealment whereas the other two categories represent forms of active error concealment.
  • the MPEG-2 video coding standard allows for the transmission of motion vectors for INTRA macroblocks within INTRA pictures. These motion vectors are used only for error concealment, as follows: if an INTRA macroblock is lost (or corrupted), the decoder uses the motion vectors belonging to the macroblock above the lost one to get resembling blocks from a reference picture. If the INTRA macroblock does not contain motion information, the decoder conceals the errors with a spatial algorithm.
  • the syntax has a hierarchical structure with four layers: picture, picture segment, macroblock, and block layer.
  • the picture layer data contain parameters affecting the whole picture area and the decoding of the picture data. Most of this data is arranged in a so-called picture header.
  • the picture segment layer can either be a group of blocks layer or a slice layer.
  • each picture is divided into groups of blocks.
  • a group of blocks (GOB) typically comprises 16 successive pixel lines.
  • Data for each GOB consists of an optional GOB header followed by data for macroblocks. If the optional slice structured mode is used, each picture is divided into slices instead of GOBs.
  • a slice contains a number of successive macroblocks in scan-order. Data for each slice consists of a slice header followed by data for the macroblocks.
  • a macroblock relates to 16 ⁇ 16 pixels (or 2 ⁇ 2 blocks) of luminance and the spatially corresponding 8 ⁇ 8 pixels (or block) of chrominance components.
  • a block relates to 8 ⁇ 8 pixels of luminance or chrominance.
  • Block layer data consist of uniformly quantised discrete cosine transform coefficients, which are scanned in zigzag order, processed with a run-length encoder and coded with variable length codes.
  • MPEG-2 and MPEG-4 layer hierarchies resemble that used in H.263.
  • H.263 the issue of error concealment is typically perceived as a post-processing function and is generally left to the decoder.
  • ITU-T Study Group 16 Question 15 documents no. 17, 18, 19, 20, 21 & 22, presented at the Ninth meeting of ITU-T Study Group 16 in New Jersey in the USA in October 1999, it is proposed to add normative language to H.263 to specify several error concealment techniques and to define a signalling mechanism by which an encoder can announce this to a decoder, preferably on a picture-by-picture basis.
  • a method of encoding a video signal representing a sequence of pictures comprising comparing a first picture with a second picture, calculating a measure of the similarity between the first and the second pictures, comparing the measure of similarity with a predetermined criterion of similarity and, when the measure of similarity does not meet the predetermined criterion of similarity, outputting an indicator indicating that a non-temporally predictive error concealment method should be used by a subsequent decoder and, when the measure of similarity meets the predetermined criterion of similarity, outputting an indicator indicating that a temporally predictive error concealment method should be used by a subsequent decoder.
  • the decoder is free to choose an appropriate type of error concealment method for a corrupted picture on the basis of the indicator.
  • the indicator does not specify a particular algorithm and thus the decoder is not restricted to using a particular algorithm.
  • the error concealment indicator is updated when the measure of similarity does not meet the predetermined criterion.
  • the indicator then indicates what may be viewed as a change in scene.
  • the invention enables the decoder to detect which pictures belong to the same scene and, on the basis of this indication, to select an appropriate type of error concealment method, if required.
  • the decoder responds by applying a non-predictive error concealment method. If the error concealment indicator is the same from one frame to another, responds by applying a temporally predictive error concealment method.
  • the similarity between the current picture (the first picture in a new scene) and the last picture of the previous scene will be low.
  • the encoder will therefore update the error concealment indicator for the current picture. If the picture is corrupted, the decoder detects the change in the error concealment indicator and uses a non-temporally predictive concealment method. Additionally the decoder can determine which INTRA pictures are used to code a scene change and which ones are inserted into the video sequence for other reasons and can select an appropriate concealment algorithm on the basis of this information.
  • Some video encoders code all frames (after the initial frame) as INTER pictures. If the first INTER picture after a scene cut gets corrupted, a traditional decoder is likely to utilise temporal prediction in an attempt to conceal the errors introduced by loss of an INTER picture. Consequently, the contents of two pictures from different scenes are mixed and the concealed picture may be unacceptably distorted.
  • a decoder according to the invention is able to detect on the basis of the error concealment indicator that it should use a non-temporal concealment method instead of a temporal concealment method. Hence a picture from a different scene is not used for error concealment.
  • the invention Compared with the solution introduced in MPEG-2, which requires additional motion rectors, the invention requires considerably fewer bits per frame. In addition, the invention operates with existing video compression standards that do not allow motion vectors for INTRA macroblocks, as allowed in MPEG-2.
  • the error concealment indicator may be included in respect of the whole picture or part of a picture. In the former case, typically the indicator is included in a picture header. In a preferred implementation of the invention, the video signal is encoded according to the H.263 standard and the error concealment indicator is included in the Supplemental Enhancement Information. In the latter case the error concealment indicator may also be included in picture segment headers or macroblock headers of the encoded picture.
  • a method of encoding a video signal representing a sequence of pictures comprising comparing a first picture with a second picture, calculating a measure of the similarity between the first and the second pictures, comparing the measure of similarity with a predetermined criterion of similarity and outputting an indicator in response to the measure of similarity wherein, when the measure of similarity does not meet the predetermined criterion, the indicator is updated and when the measure of similarity meets the predetermined criterion, the indicator is unchanged.
  • a method of decoding an encoded video signal representing a sequence of pictures comprising receiving an encoded video signal, identifying for each picture to be decoded an indicator indicating the type of concealment method to be used in the decoding process and decoding the encoded video signal using a concealment method of the identified type.
  • a method of error concealment comprising receiving an encoded video signal including an indicator indicating the type of concealment method to be used in the error concealment process and concealing the error in the video signal appropriately.
  • a method of decoding an encoded video signal representing a sequence of pictures comprising receiving an encoded video signal, identifying for each picture to be decoded an indicator representing the measure of similarity between a first picture and a second picture and, when the indicator is the same as that of a previously received picture, applying a temporal predictive error concealment method and, when the indicator is the different from that of a previously received picture, applying a spatial error concealment method.
  • a video encoder comprising an input for receiving a video signal representing a sequence of pictures, a calculator to calculate a measure of the similarity between a first and a second picture, and a comparator to compare the measure of similarity with a predetermined criterion of similarity and to output an indicator indicating the concealment method to be used by a subsequent decoder, the comparator being arranged to output an indicator indicating that a non-temporally predictive concealment method should be used when the measure of similarity does not meet the predetermined criterion, and, when the measure of similarity meets the predetermined criterion, to output an indicator indicating that a temporally predictive concealment method should be used by a subsequent decoder.
  • a video encoder for encoding a video signal representing a sequence of pictures, the encoder comprising a comparator for comparing a first picture with a second picture, a processor for calculating a measure of the similarity between the first and the second pictures and comparing the measure of similarity with a predetermined criterion of similarity, the processor being arranged to output an indicator in response to the measure of similarity wherein, when the measure of similarity does not meet the predetermined criterion, the indicator is updated and when the measure of similarity meets the predetermined criterion, the indicator is unchanged.
  • a video decoder comprising an input for receiving an encoded video signal representing a sequence of pictures, a controller for identifying within the video signal for each picture to be decoded an indicator indicating the type of concealment method to be used in the decoding process, and decoding the encoded video signal using a concealment method as indicated by the indicator.
  • FIG. 1 shows a multimedia mobile communications system
  • FIG. 2 shows an example of the multimedia components of a multimedia terminal
  • FIG. 3 shows an example of a video codec
  • FIG. 4 shows the syntax of a bit stream as known according to H.263
  • FIG. 5 a shows an example of a bit stream output by an encoder according to a first implementation of the invention
  • FIG. 5 b shows an example of a bit stream output by an encoder according to a second implementation of the invention
  • FIG. 6 a shows an example of a bit stream output by an encoder according to a third implementation of the invention
  • FIG. 6 b shows an example of a bit stream output by an encoder according to a fourth implementation of the invention.
  • FIG. 7 shows an example of a bit stream output by an encoder according to a fifth implementation of the invention.
  • FIG. 1 shows a typical multimedia mobile communications system.
  • a first multimedia mobile terminal 1 communicates with a second multimedia mobile terminal 2 via a radio link 3 to a mobile communications network 4 .
  • Control data is sent between the two terminals 1 , 2 as well as the multimedia data.
  • FIG. 2 shows the typical multimedia components of a terminal 1 .
  • the terminal comprises a video codec 10 , an audio codec 20 , a data protocol manager 30 , a control manager 40 , a multiplexer/demultiplexer 50 and a modem 60 (if required).
  • the video codec 10 receives signals for coding from a video capture device of the terminal (not shown) (e.g. a camera) and receives signals for decoding from a remote terminal 2 for display by the terminal 1 on a display 70 .
  • the audio codec 20 receives signals for coding from the microphone (not shown) of the terminal 1 and receive signals for decoding from a remote terminal 2 for reproduction by a speaker (not shown) of the terminal 1 .
  • the control manager 40 controls the operation of the video codec 10 , the audio codec 20 and the data protocol manager 30 .
  • the invention since the invention is concerned with the operation of the video codec 10 , no further discussion of the audio codec 20 and protocol manager 30 will be provided.
  • FIG. 3 shows an example of a video codec 10 according to the invention.
  • the video codec comprises an encoder part 100 and a decoder part 200 .
  • the encoder part 100 comprises an input 101 for receiving a video signal from a camera or video source (not shown) of the terminal 1 .
  • a switch 102 switches the encoder between an INTRA-mode of coding and an INTER-mode.
  • the video signal from the input 101 is transformed into DCT co-efficients by a DCT transformer 103 .
  • the DCT coefficients are then passed to a quantiser 104 that quantises the coefficients.
  • Both the switch 102 and the quantiser 104 are controlled by an encoding control manager 105 of the video codec which also receives feedback control from the receiving terminal 2 by means of the control manager 40 .
  • the switch 102 is operated to accept from a subtractor 106 the difference between the signal from the input 101 and a previous picture which is stored in a picture store 107 .
  • the difference data output from the subtractor 106 represents the prediction error between the current picture and the previous picture stored in the picture store 107 .
  • the data in the picture store 107 is generated by passing the data output by the quantiser through an inverse quantiser 108 and applying an inverse DCT transform 109 to the inverse-quantised data.
  • the resulting data is added to the contents of the picture store 107 by adder 110 .
  • a motion estimator 111 may generate motion compensation data (motion vectors) from the data in the picture store 107 in a conventional manner.
  • the video codec outputs the quantised DCT coefficients 112 a , the quantising index 112 b (i.e. the details of the quantising used), an INTRA/INTER flag 112 c to indicate the mode of coding performed (I or P/B), a transmit flag 112 d to indicate the number of the frame being coded and the motion vectors 112 e for the picture being coded. These are multiplexed together by the multiplexer 50 together with other multimedia signals.
  • the decoder part 200 of the video codec 10 comprises an inverse quantiser 120 , an inverse DCT transformer 121 , a motion compensator 122 , a picture store 123 and a controller 124 .
  • the controller 124 receives video codec control signals demultiplexed from the encoded multimedia stream by the demultiplexer 50 .
  • the controller 105 of the encoder and the controller 124 of the decoder may be the same processor.
  • the video codec 10 receives a video signal to be encoded.
  • the encoder 100 of the video codec encodes the video signal by performing DCT transformation, quantisation and motion compensation.
  • the decoded video data is then output to the multiplexer 50 .
  • the multiplexer 50 multiplexes the video data from the video codec 10 and control data from the control 40 (as well as other signals as appropriate) into a multimedia signal.
  • the terminal 1 outputs this multimedia signal to the receiving terminal 2 via the modem 60 (if required).
  • the invention relates to the inclusion of an indicator in the video sequence syntax that indicates the type of concealment method to be used by the decoder. This may be included in the picture layer of the bit stream or be provided as a separate layer.
  • the indicator may enable identification of different scenes and thus the type of concealment method to be used.
  • the error concealment indicator comprises a so-called scene identifier (SI), which is added to the bit-stream representation of each coded picture.
  • SI scene identifier
  • the scene identifier is a value, which is the same for all of the pictures of the same scene. Pictures belonging to different scenes typically have different scene identifiers.
  • the value of SI is incremented each time it is updated.
  • the scene identifier may take one of two values, with pictures from adjacent scenes having non-identical SI values e.g. the pictures of the odd-numbered scenes having SI set to 0 and the pictures of the even-numbered scenes having SI set to 1.
  • the controller 105 of the encoder detects a scene cut by comparing the similarity between one frame and another.
  • the controller 105 compares the pixel representation of the current picture (received from input 102 ) with the pixel representation of the previous picture stored in the picture store 107 .
  • the controller detects a scene cut and an updated scene indicator 112 f is output. If the similarity is above the threshold the scene indicator is not updated but is repeated.
  • the scene identifier does not necessarily identify an actual scene cut; a change in the scene identifier indicates that the current picture has changed sufficiently with respect to a previous picture that the current picture may be deemed to be a new scene.
  • a so-called concealment method indicator is added to the bit-stream representation of each coded picture.
  • the CMI indicates to a decoder the type of concealment method that the decoder should use if the associated picture is corrupted.
  • the measure of similarity may be formed by calculating the mathematical correlation between the two pictures.
  • An error concealment indicator may also be included in the picture segment header and/or the macroblock header to influence at this level the selection by a receiving decoder of an appropriate error concealment method.
  • the terminal 1 receives a multimedia signal from the transmitting terminal 2 .
  • the demultiplexer 50 demultiplexes the multimedia signal and passes the video data to the video codec 10 and the control data to the control manager 40 .
  • the decoder 200 of the video codec decodes the encoded video data by inverse quantising, inverse DCT transforming and motion compensating the data.
  • the controller 124 of the decoder checks the integrity of the received data and, if an error is detected, attempts to correct and conceal the error in a manner to be described below.
  • the decoded, corrected and concealed video data is then output for reproduction on a display 70 of the receiving terminal 1 .
  • Errors in video data may occur at the picture level, the picture segment level or the macroblock level. Error checking may be carried out at any or all of these levels.
  • the decoder examines the SI of the received but corrupted picture. If the SI of the corrupted picture is the same as that of the temporally-neighbouring correctly decoded picture(s), the decoder applies a temporal prediction (INTER) concealment algorithm.
  • the decoder may be capable of carrying out various temporal prediction concealment algorithms.
  • the indicator SI indicates to the decoder the type of concealment algorithm that should be used but does not specify the algorithm to be used.
  • the decoder conceals the picture using a spatial (INTRA) concealment method.
  • the decoder when an error is detected, the decoder examines the CMI of the received but corrupted picture. If the CMI of the corrupted picture is CMI 1 , the decoder conceals the picture using a spatial concealment method. If the CMI of the corrupted picture is CMI 2 , the decoder applies a temporal prediction concealment algorithm. Again the decoder may be capable of carrying out various error concealment algorithms.
  • the indicator CMI indicates to the decoder the type of concealment method that should be used but does not specify the algorithm to be used.
  • FIG. 4 shows the syntax of a bit stream as known according to H.263.
  • the bit stream has four layers: the picture layer, picture segment layer, macroblock layer and block layer.
  • the picture layer comprises a picture header followed by data for the Group of Blocks, eventually followed by any optional end-of-sequence code and stuffing bits.
  • the structure as shown in FIG. 4 does not include the optional PLUSTYPE data field.
  • PSBI is only present if indicated by CPM.
  • TR B and DBQUANT are only present if PTYPE indicates use of a so-called PB frame mode (unless the PLUSTYPE field is present and the used of DBQUANT is indicated therein).
  • the concealment method indicator may be incorporated into a H.263 bit stream as follows.
  • FIG. 5 a shows an example of a bit stream output by an encoder according to the first implementation of the invention.
  • the bit stream includes an additional codeword SI which is a codeword indicating the scene to which the picture belongs. This is inserted by the encoder according to the amount of change between successive pictures, as described above.
  • a change in identifier indicates that the similarity between the picture being coded and a reference picture is low.
  • the decoder uses this information to select an error concealment method of the indicated type. In this case, the type of error concealment method to be used is not specifically indicated, but can be determined from the changes in SI.
  • FIG. 5 b shows an example of a bit stream output by an encoder according to the second implementation of the invention.
  • the bit stream may include an additional codeword CMI which is a codeword indicating the type of concealment method to be used by the decoder. This is inserted by the encoder according to the amount of change between successive pictures, as described above.
  • the SI or CMI may be included in the Supplemental Enhancement Information PSUPP (see Annex L of H.263 and FIG. 4 ).
  • the supplemental information may be present in the bit stream even though the decoder may not be capable of providing the enhanced capability to use it, or even to properly interpret it. Simply discarding the supplemental information is allowable by decoders unless a requirement to provide the requested capability has been negotiated by external means.
  • PEI is set to “1”
  • 9 bits follow consisting of 8 bits of data (PSUPP) and then another PEI bit to indicate if a further 9 bits follow and so on.
  • the PSUPP data consists of a 4-bit function type indication FTYPE, followed by a 4-bit parameter data size specification DSIZE followed by DSIZE octets of function parameter data, optionally followed by another FTYPE and so on. It is known to use this PSUPP codeword to signal various situations such as: to indicate a full-picture or partial-picture freeze or freeze-release request with or without resizing; to tag particular pictures or sequences of pictures within the video stream for external use; or to convey chroma key information for video compositing.
  • FTYPE 15 may be used for this purpose.
  • FIG. 6 a illustrates the example where a parameter SI is included in the SEI of the picture header.
  • the FTYPE is defined as Scene Identifier SI.
  • the DSIZE specifies the size of the parameter and the following octet is the parameter data i.e. the value of SI. From this value a receiving decoder can determine whether a corrupted picture is from the same “scene” as a previous one and so select the most appropriate type of concealment method.
  • FIG. 6 b illustrates the example where a parameter CMI is included in the SEI of the picture header.
  • the FTYPE is defined as Concealment Method Indicator CMI.
  • the DSIZE specifies the size of the parameter and the following octet is the parameter data i.e. the value of CMI. From this value a receiving decoder can determine the most appropriate type of concealment method for a corrupted picture.
  • the information may be contained in the additional Supplemental Enhancement Information as specified in a “Draft of new Annex W: Additional Supplementary Enhancement Information Specification” P. Ning and S. Wenger, ITU-T Study Group 16 Question 15 Document Q15-I-58, November 1999.
  • FTYPE 14 is defined as “Picture Message”.
  • the picture message function indicates the presence of one or more octets representing message data.
  • the first octet of the message data is a message header with the structure shown in FIG. 7 i.e. CONT, EBIT and MTYPE.
  • DSIZE is equal to the number of octets in the message data corresponding to a picture message function, including the first octet message header.
  • the continuation field CONT if equal to 1, indicates that the message data associated with the picture message is part of the same logical message as the message data associated with the next picture message function.
  • the End Bit Position field EBIT specifies the number of least significant bits that shall be ignored in the last message octet. Further details of these fields can be found in the draft of Annex W, referred to above.
  • the field MTYPE indicates the type of message.
  • Various types of message are suggested in the draft of Annex W.
  • one type e.g. MTYPE 9 is defined as Error Concealment Type.
  • the value of the scene identifier or CMI is defined in the octet following the message header. For the scene identifier the value is the same in all pictures of the same scene. Pictures belonging to different scenes have different scene identifier values.
  • the decoder uses the Si or CMI to determine the type of error concealment to be used.
  • the message may also indicate the type of error concealment that should be used for particular specified rectangular areas of the current picture if at least part of the area is not correctly received.
  • a decoder uses any error concealment for those areas.
  • the decoder uses the concealment type that corresponds to the picture type i.e. a temporal predictive concealment method for an INTER-frame and a non-temporal predictive concealment method for an INTRA-frame.
  • the specified area may extend to the next larger size that would be divisible by 16.
  • an entire image having size of 160 ⁇ 120 pixels is specified by the four parameters (0, 0, 10, 8).
  • the specified area does not cross picture boundaries. and preferably does not overlap with other specified error concealment areas of the same picture.
  • the error concealment indicator may also be incorporated into other video coding protocols.
  • MPEG-4 defines so-called user data, which can contain any binary data and is not necessarily associated with a picture.
  • the error concealment identifier may be added to these fields.
  • the invention is not intended to be limited to the video coding protocols discussed above: these are intended to be merely exemplary.
  • the invention is applicable to any video coding protocol in which a choice of error concealment methods is available.
  • the addition of the information as discussed above allows a receiving decoder to determine which would be the best type of error concealment method to use.

Abstract

A method of encoding a video signal representing a sequence of pictures, the method comprising comparing a first picture with a second picture, calculating a measure of the similarity between the first and the second pictures, comparing the measure of similarity with a predetermined criterion of similarity and, when the measure of similarity does not meet the predetermined criterion of similarity, outputting an indicator indicating that a non-temporally predictive error concealment method should be used by a subsequent decoder and, when the measure of similarity meets the predetermined criterion of similarity, outputting an indicator indicating that a temporally predictive error concealment method should be used by a subsequent decoder.

Description

    BACKGROUND OF THE INVENTION
  • This invention relates to video coding and in particular to concealing artifacts introduced by errors.
  • A video sequence consists of a series of still pictures or frames. Video compression methods are based on reducing the redundant and perceptually irrelevant parts of video sequences. The redundancy in video sequences can be categorized into spectral, spatial and temporal redundancy. Spectral redundancy refers to the similarity between the different colour components of the same picture. Spatial redundancy results from the similarity between neighbouring pixels in a picture. Temporal redundancy exists because objects appearing in a previous image are also likely to appear in the current image. Compression can be achieved by taking advantage of this temporal redundancy and predicting the current picture from another picture, termed an anchor or reference picture. Further compression is achieved by generating motion compensation data that describes the motion between the current picture and the reference picture.
  • However, sufficient compression cannot usually be achieved by only reducing the inherent redundancy of the sequence. Thus, video encoders also try to reduce the quality of those parts of the video sequence which are subjectively less important. In addition, the redundancy of the encoded bit-stream is reduced by means of efficient lossless coding of compression parameters and coefficients. The main technique is to use variable length codes.
  • Video compression methods typically differentiate between pictures that utilise temporal redundancy reduction and those that do not. Compressed pictures that do not utilise temporal redundancy reduction methods are usually called INTRA or I-frames or I-pictures. Temporally predicted images are usually forwardly predicted from a picture occurring before the current picture and are called INTER or P-frames. In the INTER frame case, the predicted motion-compensated picture is rarely precise enough and therefore a spatially compressed prediction error frame is associated with each INTER frame. INTER pictures may contain INTRA-coded areas.
  • Many video compression schemes also use temporally bi-directionally predicted frames, which are commonly referred to as B-pictures or B-frames. B-pictures are inserted between anchor picture pairs of I- and/or P-frames and are predicted from either one or both of these anchor pictures. B-pictures normally yield increased compression as compared with forward-predicted pictures. B-pictures are not used as anchor pictures, i.e., other pictures are not predicted from them. Therefore they can be discarded (intentionally or unintentionally) without impacting the picture quality of future pictures. Whilst B-pictures may improve compression performance as compared with P-pictures, their generation requires greater computational complexity and memory usage, and they introduce additional delays. This may not be a problem for non-real time encoding such as video streaming but may cause problems in real-time applications such as video-conferencing.
  • A compressed video clip typically consists of a sequence of pictures, which can be roughly categorized into temporally independent INTRA pictures and temporally differentially coded INTER pictures. Since the compression efficiency in INTRA pictures is normally lower than in INTER pictures, INTRA pictures are used sparingly, especially in low bit-rate applications.
  • A video sequence may consist of a number of scenes or shots. The picture contents may be remarkably different from one scene to another, and therefore the first picture of a scene is typically INTRA-coded. There are frequent scene changes in television and film material, whereas scene cuts are relatively rare in video conferencing. In addition, INTRA pictures are typically inserted to stop temporal propagation of transmission errors in a reconstructed video signal and to provide random access points to a video bit-stream.
  • Compressed video is easily corrupted by transmission errors, mainly for two reasons. Firstly, due to utilisation of temporal predictive differential coding (INTER frames), an error is propagated both spatially and temporally. In practice this means that, once an error occurs, it is easily visible to the human eye for a relatively long time. Especially susceptible are transmissions at low bit-rates where there are only a few INTRA-coded frames, so temporal error propagation is not stopped for some time. Secondly, the use of variable length codes increases the susceptibility to errors. When a bit error alters the codeword, the decoder will lose codeword synchronisation and also decode subsequent error-free codewords (comprising several bits) incorrectly until the next synchronisation (or start) code. A synchronisation code is a bit pattern which cannot be generated from any legal combination of other codewords and such codes are added to the bit stream at intervals to enable re-synchronisation. In addition, errors occur when data is lost during transmission. For example, in video applications using the unreliable UDP transport protocol in IP networks, network elements may discard parts of the encoded video bit-stream.
  • There are many ways for the receiver to address the corruption introduced in the transmission path. In general, on receipt of a signal, transmission errors are first detected and then corrected or concealed by the receiver. Error correction refers to the process of recovering the erroneous data perfectly as if no errors had been introduced in the first place. Error concealment refers to the process of concealing the effects of transmission errors so that they are hardly visible in the reconstructed video sequence. Typically some amount of redundancy is added by the source or transport coding in order to help error detection, correction and concealment. Error concealment techniques can be roughly classified into three categories: forward error concealment, error concealment by post-processing and interactive error concealment. The term “forward error concealment” refers to those techniques in which the transmitter side adds redundancy to the transmitted data to enhance the error resilience of the encoded data. Error concealment by post-processing refers to operations at the decoder in response to characteristics of the received signals. These methods estimate the correct representation of erroneously received data. In interactive error concealment, the transmitter and receiver co-operate in order to minimize the effect of transmission errors. These methods heavily utilise feedback information provided by the receiver. Error concealment by post-processing can also be referred to as passive error concealment whereas the other two categories represent forms of active error concealment.
  • There are numerous known concealment algorithms, a review of which is given by Y. Wang and Q. -F. Zhu in “Error Control and Concealment for Video Communication: A Review”, Proceedings of the IEEE, Vol. 86, No. 5, May 1998, pp. 974-997 and an article by P. Salama, N. B. Shroff, and E. J. Delp, “Error Concealment in Encoded Video,” submitted to IEEE Journal on Selected Areas in Communications.
  • Current video coding standards define a syntax for a self-sufficient video bit-stream. The most popular standards at the time of writing are ITU-T Recommendation H.263, “Video coding for low bit rate communication”, February 1998; ISO/IEC 14496-2, “Generic Coding of Audio-Visual Objects. Part 2: Visual”, 1999 (known as MPEG-4); and ITU-T Recommendation H.262 (ISO/IEC 13818-2) (known as MPEG-2). These standards define a hierarchy for bit-streams and correspondingly for image sequences and images.
  • To assist in error concealment, the MPEG-2 video coding standard allows for the transmission of motion vectors for INTRA macroblocks within INTRA pictures. These motion vectors are used only for error concealment, as follows: if an INTRA macroblock is lost (or corrupted), the decoder uses the motion vectors belonging to the macroblock above the lost one to get resembling blocks from a reference picture. If the INTRA macroblock does not contain motion information, the decoder conceals the errors with a spatial algorithm.
  • In H.263, the syntax has a hierarchical structure with four layers: picture, picture segment, macroblock, and block layer. The picture layer data contain parameters affecting the whole picture area and the decoding of the picture data. Most of this data is arranged in a so-called picture header.
  • The picture segment layer can either be a group of blocks layer or a slice layer. By default, each picture is divided into groups of blocks. A group of blocks (GOB) typically comprises 16 successive pixel lines. Data for each GOB consists of an optional GOB header followed by data for macroblocks. If the optional slice structured mode is used, each picture is divided into slices instead of GOBs. A slice contains a number of successive macroblocks in scan-order. Data for each slice consists of a slice header followed by data for the macroblocks.
  • Each GOB or slice is divided into macroblocks. A macroblock relates to 16×16 pixels (or 2×2 blocks) of luminance and the spatially corresponding 8×8 pixels (or block) of chrominance components. A block relates to 8×8 pixels of luminance or chrominance.
  • Block layer data consist of uniformly quantised discrete cosine transform coefficients, which are scanned in zigzag order, processed with a run-length encoder and coded with variable length codes. MPEG-2 and MPEG-4 layer hierarchies resemble that used in H.263.
  • In H.263, the issue of error concealment is typically perceived as a post-processing function and is generally left to the decoder. In ITU-T Study Group 16 Question 15 documents no. 17, 18, 19, 20, 21 & 22, presented at the Ninth meeting of ITU-T Study Group 16 in New Jersey in the USA in October 1999, it is proposed to add normative language to H.263 to specify several error concealment techniques and to define a signalling mechanism by which an encoder can announce this to a decoder, preferably on a picture-by-picture basis.
  • However this approach is unduly restrictive on the decoder since the error concealment method to be used by the decoder is specified by the encoder. Thus other concealment methods cannot be used, even if the decoder has these methods available to use.
  • SUMMARY OF THE INVENTION
  • According to a first aspect of the invention there is provided a method of encoding a video signal representing a sequence of pictures, the method comprising comparing a first picture with a second picture, calculating a measure of the similarity between the first and the second pictures, comparing the measure of similarity with a predetermined criterion of similarity and, when the measure of similarity does not meet the predetermined criterion of similarity, outputting an indicator indicating that a non-temporally predictive error concealment method should be used by a subsequent decoder and, when the measure of similarity meets the predetermined criterion of similarity, outputting an indicator indicating that a temporally predictive error concealment method should be used by a subsequent decoder.
  • Consequently, the decoder is free to choose an appropriate type of error concealment method for a corrupted picture on the basis of the indicator. However the indicator does not specify a particular algorithm and thus the decoder is not restricted to using a particular algorithm.
  • Preferably the error concealment indicator is updated when the measure of similarity does not meet the predetermined criterion. The indicator then indicates what may be viewed as a change in scene.
  • Thus the invention enables the decoder to detect which pictures belong to the same scene and, on the basis of this indication, to select an appropriate type of error concealment method, if required. Thus, when the error concealment indicator changes from one frame to another, the decoder responds by applying a non-predictive error concealment method. If the error concealment indicator is the same from one frame to another, responds by applying a temporally predictive error concealment method.
  • For example, at a scene change, the similarity between the current picture (the first picture in a new scene) and the last picture of the previous scene will be low. The encoder will therefore update the error concealment indicator for the current picture. If the picture is corrupted, the decoder detects the change in the error concealment indicator and uses a non-temporally predictive concealment method. Additionally the decoder can determine which INTRA pictures are used to code a scene change and which ones are inserted into the video sequence for other reasons and can select an appropriate concealment algorithm on the basis of this information.
  • Some video encoders code all frames (after the initial frame) as INTER pictures. If the first INTER picture after a scene cut gets corrupted, a traditional decoder is likely to utilise temporal prediction in an attempt to conceal the errors introduced by loss of an INTER picture. Consequently, the contents of two pictures from different scenes are mixed and the concealed picture may be unacceptably distorted. However a decoder according to the invention is able to detect on the basis of the error concealment indicator that it should use a non-temporal concealment method instead of a temporal concealment method. Hence a picture from a different scene is not used for error concealment.
  • Compared with the solution introduced in MPEG-2, which requires additional motion rectors, the invention requires considerably fewer bits per frame. In addition, the invention operates with existing video compression standards that do not allow motion vectors for INTRA macroblocks, as allowed in MPEG-2.
  • The error concealment indicator may be included in respect of the whole picture or part of a picture. In the former case, typically the indicator is included in a picture header. In a preferred implementation of the invention, the video signal is encoded according to the H.263 standard and the error concealment indicator is included in the Supplemental Enhancement Information. In the latter case the error concealment indicator may also be included in picture segment headers or macroblock headers of the encoded picture.
  • According to a second aspect of the invention there is provided a method of encoding a video signal representing a sequence of pictures, the method comprising comparing a first picture with a second picture, calculating a measure of the similarity between the first and the second pictures, comparing the measure of similarity with a predetermined criterion of similarity and outputting an indicator in response to the measure of similarity wherein, when the measure of similarity does not meet the predetermined criterion, the indicator is updated and when the measure of similarity meets the predetermined criterion, the indicator is unchanged.
  • According to a third aspect of the invention there is provided a method of decoding an encoded video signal representing a sequence of pictures, the method comprising receiving an encoded video signal, identifying for each picture to be decoded an indicator indicating the type of concealment method to be used in the decoding process and decoding the encoded video signal using a concealment method of the identified type.
  • According to a fourth aspect of the invention there is provided a method of error concealment comprising receiving an encoded video signal including an indicator indicating the type of concealment method to be used in the error concealment process and concealing the error in the video signal appropriately.
  • According to a fifth aspect of the invention there is provided a method of decoding an encoded video signal representing a sequence of pictures, the method comprising receiving an encoded video signal, identifying for each picture to be decoded an indicator representing the measure of similarity between a first picture and a second picture and, when the indicator is the same as that of a previously received picture, applying a temporal predictive error concealment method and, when the indicator is the different from that of a previously received picture, applying a spatial error concealment method.
  • According to a sixth aspect of the invention there is provided a video encoder comprising an input for receiving a video signal representing a sequence of pictures, a calculator to calculate a measure of the similarity between a first and a second picture, and a comparator to compare the measure of similarity with a predetermined criterion of similarity and to output an indicator indicating the concealment method to be used by a subsequent decoder, the comparator being arranged to output an indicator indicating that a non-temporally predictive concealment method should be used when the measure of similarity does not meet the predetermined criterion, and, when the measure of similarity meets the predetermined criterion, to output an indicator indicating that a temporally predictive concealment method should be used by a subsequent decoder.
  • According to a seventh aspect of the invention there is provided a video encoder for encoding a video signal representing a sequence of pictures, the encoder comprising a comparator for comparing a first picture with a second picture, a processor for calculating a measure of the similarity between the first and the second pictures and comparing the measure of similarity with a predetermined criterion of similarity, the processor being arranged to output an indicator in response to the measure of similarity wherein, when the measure of similarity does not meet the predetermined criterion, the indicator is updated and when the measure of similarity meets the predetermined criterion, the indicator is unchanged.
  • According to an eighth aspect of the invention there is provided a video decoder comprising an input for receiving an encoded video signal representing a sequence of pictures, a controller for identifying within the video signal for each picture to be decoded an indicator indicating the type of concealment method to be used in the decoding process, and decoding the encoded video signal using a concealment method as indicated by the indicator.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The invention will now be described, by way of example only, with reference to the accompanying drawings, in which:
  • FIG. 1 shows a multimedia mobile communications system;
  • FIG. 2 shows an example of the multimedia components of a multimedia terminal;
  • FIG. 3 shows an example of a video codec;
  • FIG. 4 shows the syntax of a bit stream as known according to H.263;
  • FIG. 5 a shows an example of a bit stream output by an encoder according to a first implementation of the invention;
  • FIG. 5 b shows an example of a bit stream output by an encoder according to a second implementation of the invention;
  • FIG. 6 a shows an example of a bit stream output by an encoder according to a third implementation of the invention;
  • FIG. 6 b shows an example of a bit stream output by an encoder according to a fourth implementation of the invention;
  • FIG. 7 shows an example of a bit stream output by an encoder according to a fifth implementation of the invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • FIG. 1 shows a typical multimedia mobile communications system. A first multimedia mobile terminal 1 communicates with a second multimedia mobile terminal 2 via a radio link 3 to a mobile communications network 4. Control data is sent between the two terminals 1, 2 as well as the multimedia data.
  • FIG. 2 shows the typical multimedia components of a terminal 1. The terminal comprises a video codec 10, an audio codec 20, a data protocol manager 30, a control manager 40, a multiplexer/demultiplexer 50 and a modem 60 (if required). The video codec 10 receives signals for coding from a video capture device of the terminal (not shown) (e.g. a camera) and receives signals for decoding from a remote terminal 2 for display by the terminal 1 on a display 70. The audio codec 20 receives signals for coding from the microphone (not shown) of the terminal 1 and receive signals for decoding from a remote terminal 2 for reproduction by a speaker (not shown) of the terminal 1.
  • The control manager 40 controls the operation of the video codec 10, the audio codec 20 and the data protocol manager 30. However, since the invention is concerned with the operation of the video codec 10, no further discussion of the audio codec 20 and protocol manager 30 will be provided.
  • FIG. 3 shows an example of a video codec 10 according to the invention. The video codec comprises an encoder part 100 and a decoder part 200. The encoder part 100 comprises an input 101 for receiving a video signal from a camera or video source (not shown) of the terminal 1. A switch 102 switches the encoder between an INTRA-mode of coding and an INTER-mode.
  • In INTRA-mode, the video signal from the input 101 is transformed into DCT co-efficients by a DCT transformer 103. The DCT coefficients are then passed to a quantiser 104 that quantises the coefficients. Both the switch 102 and the quantiser 104 are controlled by an encoding control manager 105 of the video codec which also receives feedback control from the receiving terminal 2 by means of the control manager 40.
  • In INTER mode, the switch 102 is operated to accept from a subtractor 106 the difference between the signal from the input 101 and a previous picture which is stored in a picture store 107. The difference data output from the subtractor 106 represents the prediction error between the current picture and the previous picture stored in the picture store 107. The data in the picture store 107 is generated by passing the data output by the quantiser through an inverse quantiser 108 and applying an inverse DCT transform 109 to the inverse-quantised data. The resulting data is added to the contents of the picture store 107 by adder 110. A motion estimator 111 may generate motion compensation data (motion vectors) from the data in the picture store 107 in a conventional manner.
  • The video codec outputs the quantised DCT coefficients 112 a, the quantising index 112 b (i.e. the details of the quantising used), an INTRA/INTER flag 112 c to indicate the mode of coding performed (I or P/B), a transmit flag 112 d to indicate the number of the frame being coded and the motion vectors 112 e for the picture being coded. These are multiplexed together by the multiplexer 50 together with other multimedia signals.
  • The decoder part 200 of the video codec 10 comprises an inverse quantiser 120, an inverse DCT transformer 121, a motion compensator 122, a picture store 123 and a controller 124. The controller 124 receives video codec control signals demultiplexed from the encoded multimedia stream by the demultiplexer 50. In practice the controller 105 of the encoder and the controller 124 of the decoder may be the same processor.
  • The operation of an encoder according to the invention will now be described. The video codec 10 receives a video signal to be encoded. The encoder 100 of the video codec encodes the video signal by performing DCT transformation, quantisation and motion compensation. The decoded video data is then output to the multiplexer 50. The multiplexer 50 multiplexes the video data from the video codec 10 and control data from the control 40 (as well as other signals as appropriate) into a multimedia signal. The terminal 1 outputs this multimedia signal to the receiving terminal 2 via the modem 60 (if required).
  • The invention relates to the inclusion of an indicator in the video sequence syntax that indicates the type of concealment method to be used by the decoder. This may be included in the picture layer of the bit stream or be provided as a separate layer. The indicator may enable identification of different scenes and thus the type of concealment method to be used.
  • In a first embodiment of the invention, the error concealment indicator comprises a so-called scene identifier (SI), which is added to the bit-stream representation of each coded picture. The scene identifier is a value, which is the same for all of the pictures of the same scene. Pictures belonging to different scenes typically have different scene identifiers. Preferably, the value of SI is incremented each time it is updated. However, it is envisaged that the scene identifier may take one of two values, with pictures from adjacent scenes having non-identical SI values e.g. the pictures of the odd-numbered scenes having SI set to 0 and the pictures of the even-numbered scenes having SI set to 1.
  • The controller 105 of the encoder detects a scene cut by comparing the similarity between one frame and another. The controller 105 compares the pixel representation of the current picture (received from input 102) with the pixel representation of the previous picture stored in the picture store 107. Each time the similarity between the two pictures is below a certain threshold, the controller detects a scene cut and an updated scene indicator 112 f is output. If the similarity is above the threshold the scene indicator is not updated but is repeated.
  • The scene identifier does not necessarily identify an actual scene cut; a change in the scene identifier indicates that the current picture has changed sufficiently with respect to a previous picture that the current picture may be deemed to be a new scene.
  • Other known methods for detecting scene changes may be used.
  • In a second embodiment of the invention, a so-called concealment method indicator (CMI) is added to the bit-stream representation of each coded picture. The CMI indicates to a decoder the type of concealment method that the decoder should use if the associated picture is corrupted. The encoder decides which CMI to associate with the picture by comparing the similarity between a current picture and a previous one. If the similarity between the two pictures is below a certain threshold, the controller outputs a first concealment method indicator CMI=0 as output 112 f. This indicates to a decoder that a non-temporal predictive concealment method should be used. If the similarity is above the threshold a second concealment method indicator CMI=1 is output as output 112 f. This indicates to a decoder that a temporal predictive concealment method should be used.
  • The measure of similarity may be formed by calculating the mathematical correlation between the two pictures.
  • An error concealment indicator may also be included in the picture segment header and/or the macroblock header to influence at this level the selection by a receiving decoder of an appropriate error concealment method.
  • Considering the terminal 1 as receiving encoded video data from terminal 2, the operation of the video codec 10 will now be described with reference to its decoding role. The terminal 1 receives a multimedia signal from the transmitting terminal 2. The demultiplexer 50 demultiplexes the multimedia signal and passes the video data to the video codec 10 and the control data to the control manager 40. The decoder 200 of the video codec decodes the encoded video data by inverse quantising, inverse DCT transforming and motion compensating the data. The controller 124 of the decoder checks the integrity of the received data and, if an error is detected, attempts to correct and conceal the error in a manner to be described below. The decoded, corrected and concealed video data is then output for reproduction on a display 70 of the receiving terminal 1.
  • Errors in video data may occur at the picture level, the picture segment level or the macroblock level. Error checking may be carried out at any or all of these levels.
  • Considering first a signal encoded according to the invention, in which an indicator SI is included, when an error is detected, the decoder examines the SI of the received but corrupted picture. If the SI of the corrupted picture is the same as that of the temporally-neighbouring correctly decoded picture(s), the decoder applies a temporal prediction (INTER) concealment algorithm. The decoder may be capable of carrying out various temporal prediction concealment algorithms. The indicator SI indicates to the decoder the type of concealment algorithm that should be used but does not specify the algorithm to be used.
  • If the SI of the corrupted picture differs from that of the temporally-neighbouring correctly decoded picture(s), the decoder conceals the picture using a spatial (INTRA) concealment method.
  • Considering a signal encoded according to the invention, in which an indicator CMI is included, when an error is detected, the decoder examines the CMI of the received but corrupted picture. If the CMI of the corrupted picture is CMI1, the decoder conceals the picture using a spatial concealment method. If the CMI of the corrupted picture is CMI2, the decoder applies a temporal prediction concealment algorithm. Again the decoder may be capable of carrying out various error concealment algorithms. The indicator CMI indicates to the decoder the type of concealment method that should be used but does not specify the algorithm to be used.
  • An example of how the error concealment indicator may be included in the syntax of an encoded signal will now be addressed with reference to the H.263 video coding standard.
  • FIG. 4 shows the syntax of a bit stream as known according to H.263. (The following implementations describe the GOB format but it will be clear to a skilled person that the invention may also be implemented in the slice format.) As mentioned already, the bit stream has four layers: the picture layer, picture segment layer, macroblock layer and block layer. The picture layer comprises a picture header followed by data for the Group of Blocks, eventually followed by any optional end-of-sequence code and stuffing bits.
  • The prior art H.263 bit stream is formatted as shown in FIG. 4. A descriptor for each part is given below:
    • PSC The picture start code (PSC) indicates the start of the picture
    • TR The Temporal Reference (TR) is formed by incrementing its value in the temporally previous reference picture header by one plus the number of skipped or non-referenced pictures since the previously transmitted one
    • PTYPE Amongst other things, PTYPE includes details of the picture coding type i.e. INTRA or INTER
    • PQUANT A codeword that indicates the quantiser to be used for the picture until updated by any subsequent quantiser information
    • CPM A codeword that signals the use of optional continuous presence multipoint and video multiplex (CPM) mode
    • PSBI Picture Sub-Bit stream Indicator—only present if CPM is set
    • TRB Present if the frame is a bi-directionally predicted frame (known as a PB-frame)
    • DBQUANT Present if a bidirectional frame
    • PEI This relates to extra insertion information and is set to “1” to indicate the presence of the following optional data fields PSUPP and PEI. PSUPP and PEI are together known as Supplemental Enhancement Information, which is further defined in Annex L of H.263.
    • GOBS Is the data for the group of blocks for the current picture
    • ESTF A stuffing codeword provided to attain byte alignment before EOS
    • EOS A codeword indicating the end of the data sequence for the picture
    • PSTUF A stuffing codeword to allow for byte alignment of the next picture start code PSC
  • The structure as shown in FIG. 4 does not include the optional PLUSTYPE data field. PSBI is only present if indicated by CPM. TRB and DBQUANT are only present if PTYPE indicates use of a so-called PB frame mode (unless the PLUSTYPE field is present and the used of DBQUANT is indicated therein). These issues are addressed in more detail in the H.263 specification.
  • The following paragraphs outline possible implementations of the bit-stream output by an encoder according to the invention.
  • The concealment method indicator may be incorporated into a H.263 bit stream as follows. FIG. 5 a shows an example of a bit stream output by an encoder according to the first implementation of the invention. As shown in FIG. 5 a, the bit stream includes an additional codeword SI which is a codeword indicating the scene to which the picture belongs. This is inserted by the encoder according to the amount of change between successive pictures, as described above. A change in identifier indicates that the similarity between the picture being coded and a reference picture is low. The decoder uses this information to select an error concealment method of the indicated type. In this case, the type of error concealment method to be used is not specifically indicated, but can be determined from the changes in SI.
  • FIG. 5 b shows an example of a bit stream output by an encoder according to the second implementation of the invention. As shown in FIG. 5 b, the bit stream may include an additional codeword CMI which is a codeword indicating the type of concealment method to be used by the decoder. This is inserted by the encoder according to the amount of change between successive pictures, as described above.
  • Alternatively, the SI or CMI may be included in the Supplemental Enhancement Information PSUPP (see Annex L of H.263 and FIG. 4). The supplemental information may be present in the bit stream even though the decoder may not be capable of providing the enhanced capability to use it, or even to properly interpret it. Simply discarding the supplemental information is allowable by decoders unless a requirement to provide the requested capability has been negotiated by external means.
  • If PEI is set to “1”, then 9 bits follow consisting of 8 bits of data (PSUPP) and then another PEI bit to indicate if a further 9 bits follow and so on. The PSUPP data consists of a 4-bit function type indication FTYPE, followed by a 4-bit parameter data size specification DSIZE followed by DSIZE octets of function parameter data, optionally followed by another FTYPE and so on. It is known to use this PSUPP codeword to signal various situations such as: to indicate a full-picture or partial-picture freeze or freeze-release request with or without resizing; to tag particular pictures or sequences of pictures within the video stream for external use; or to convey chroma key information for video compositing.
  • To implement the invention using the Supplemental Enhancement Information, a further FTYPE is defined as “Scene Identifier” or “CMI”. For example, FTYPE 15 may be used for this purpose.
  • This is illustrated in FIGS. 6 a and 6 b. FIG. 6 a illustrates the example where a parameter SI is included in the SEI of the picture header. The FTYPE is defined as Scene Identifier SI. The DSIZE specifies the size of the parameter and the following octet is the parameter data i.e. the value of SI. From this value a receiving decoder can determine whether a corrupted picture is from the same “scene” as a previous one and so select the most appropriate type of concealment method. FIG. 6 b illustrates the example where a parameter CMI is included in the SEI of the picture header. The FTYPE is defined as Concealment Method Indicator CMI. The DSIZE specifies the size of the parameter and the following octet is the parameter data i.e. the value of CMI. From this value a receiving decoder can determine the most appropriate type of concealment method for a corrupted picture.
  • Alternatively, the information may be contained in the additional Supplemental Enhancement Information as specified in a “Draft of new Annex W: Additional Supplementary Enhancement Information Specification” P. Ning and S. Wenger, ITU-T Study Group 16 Question 15 Document Q15-I-58, November 1999.
  • In this draft proposal, FTYPE 14 is defined as “Picture Message”. When this FTYPE is set, the picture message function indicates the presence of one or more octets representing message data. The first octet of the message data is a message header with the structure shown in FIG. 7 i.e. CONT, EBIT and MTYPE. DSIZE is equal to the number of octets in the message data corresponding to a picture message function, including the first octet message header.
  • The continuation field CONT, if equal to 1, indicates that the message data associated with the picture message is part of the same logical message as the message data associated with the next picture message function. The End Bit Position field EBIT specifies the number of least significant bits that shall be ignored in the last message octet. Further details of these fields can be found in the draft of Annex W, referred to above.
  • The field MTYPE indicates the type of message. Various types of message are suggested in the draft of Annex W. According to the invention one type e.g. MTYPE 9 is defined as Error Concealment Type. The value of the scene identifier or CMI is defined in the octet following the message header. For the scene identifier the value is the same in all pictures of the same scene. Pictures belonging to different scenes have different scene identifier values. The decoder uses the Si or CMI to determine the type of error concealment to be used.
  • The message may also indicate the type of error concealment that should be used for particular specified rectangular areas of the current picture if at least part of the area is not correctly received. There may be multiple error concealment type messages for one picture each specifying the concealment type for a non-overlapping rectangular area. Advantageously if the messages do not cover some areas of the picture, a decoder uses any error concealment for those areas. Preferably, the decoder uses the concealment type that corresponds to the picture type i.e. a temporal predictive concealment method for an INTER-frame and a non-temporal predictive concealment method for an INTRA-frame.
  • A specific example will now be given. For each error concealment type message, DSIZE shall be 6, CONT shall be 0, and EBIT shall be 0. If the first data byte is equal to one (0000 0001), this indicates to a decoder that transmission errors are to be concealed using spatial concealment algorithms only. If the first data byte is equal to two (0000 0010), this indicates to a decoder that transmission errors are to be concealed using temporal prediction. The following four PSUPP octets contain the horizontal and vertical location of the upper left corner of the specified rectangular region within the picture within which errors are to be concealed, and the width and height of the rectangular region, respectively, using eight bits each and expressed in units of 16 pixels (of luminance picture). For example, an entire Quarter Common Intermediate Format (QCIF) picture (which has a luminance picture of 176×144 pixels) is specified by the four parameters (0, 0, 11, 9).
  • For picture formats having a width and height that is not divisible by 16, the specified area may extend to the next larger size that would be divisible by 16. For example, an entire image having size of 160×120 pixels is specified by the four parameters (0, 0, 10, 8). Preferably, the specified area does not cross picture boundaries. and preferably does not overlap with other specified error concealment areas of the same picture.
  • The error concealment indicator may also be incorporated into other video coding protocols. For example MPEG-4 defines so-called user data, which can contain any binary data and is not necessarily associated with a picture. The error concealment identifier may be added to these fields.
  • The invention is not intended to be limited to the video coding protocols discussed above: these are intended to be merely exemplary. The invention is applicable to any video coding protocol in which a choice of error concealment methods is available. The addition of the information as discussed above allows a receiving decoder to determine which would be the best type of error concealment method to use.

Claims (32)

1. A method of encoding a video signal representing a sequence of pictures to form an encoded video signal, the method comprising:
generating an error concealment algorithm type indicator for a picture or a part thereof, the error concealment algorithm type indicator for providing an indication of a type of error concealment algorithm, said indication to be used as the basis for choosing, in a corresponding decoding process, a particular error concealment algorithm of the type indicated; and
providing the error concealment algorithm type indicator, for use in the corresponding decoding process, separate from an indication of an encoding mode for the picture.
2. A method according to claim 1, comprising generating the error concealment algorithm type indicator to indicate either a temporally-predictive or a non-temporally-predictive type of error concealment algorithm.
3. A method according to claim 1, comprising generating the error concealment algorithm type indicator by:
comparing a first picture of the sequence or a part thereof with a second picture of the sequence;
calculating a measure of similarity between the first picture or said part thereof and said second picture; and
comparing the measure of similarity with a predetermined criterion of similarity.
4. A method according to claim 2, comprising generating the error concealment algorithm type indicator by:
comparing a first picture of the sequence or a part thereof with a second picture of the sequence;
calculating a measure of similarity between the first picture or said part thereof and said second picture; and
comparing the measure of similarity with a predetermined criterion of similarity.
5. A method according to claim 4, comprising:
generating the error concealment algorithm type indicator to indicate that a non-temporally-predictive error concealment algorithm should be used in the corresponding decoding process for the first picture or said part thereof, when the measure of similarity does not meet the predetermined criterion of similarity; and,
generating the error concealment algorithm type indicator to indicate that a temporally-predictive error concealment algorithm should be used in the corresponding decoding process for the first picture or said part thereof when the measure of similarity meets the predetermined criterion of similarity.
6. A method according to claim 5, comprising updating the error concealment algorithm type indicator when the measure of similarity does not meet the predetermined criterion of similarity.
7. A method according to claim 5, comprising including the error concealment algorithm type indicator in a picture header.
8. A method according to claim 5, comprising encoding the video signal according to the H.263 standard and including the error concealment algorithm type indicator in the Supplemental Enhancement Information of the standard.
9. A method according to claim 5, comprising updating the error concealment algorithm type indicator when the measure of similarity does not meet the predetermined criterion of similarity, and leaving the error concealment algorithm type indicator unchanged when the measure of similarity meets the predetermined criterion of similarity.
10. A method according to claim 5, comprising using a scene identifier as the error concealment algorithm type indicator, the scene identifier having the same value for all pictures of a scene, the scene identifier having a different value for each different scene.
11. A method according to claim 5, comprising using a scene identifier as the error concealment algorithm type indicator, the scene identifier having one of two values, with pictures from adjacent scenes having non-identical scene identifier values.
12. A method according to claim 5, comprising including the error concealment algorithm type indicator in a picture segment header and/or a macroblock header.
13. A method according to claim 5, comprising generating the error concealment algorithm type indicator to indicate a type of error concealment algorithm to be applied to a specified rectangular area of a picture.
14. A method according to claim 13, comprising generating multiple error concealment algorithm type indicators for a picture, each error concealment algorithm type indicator being specific to one of a plurality of non-overlapping rectangular areas of the picture.
15. An apparatus for encoding a video signal representing a sequence of pictures to form an encoded video signal, the apparatus being configured to:
generate an error concealment algorithm type indicator for a picture or a part thereof, the error concealment algorithm type indicator for providing an indication of a type of error concealment algorithm, said indication to be used as the basis for choosing, in a corresponding decoding process, a particular error concealment algorithm of the type indicated; and
provide the error concealment algorithm type indicator, for use in the corresponding decoding process, separate from an indication of an encoding mode for the picture.
16. An apparatus according to claim 15, wherein the apparatus is configured to generate the error concealment algorithm type indicator to indicate either a temporally-predictive or a non-temporally-predictive type of error concealment algorithm.
17. An apparatus according to claim 28, wherein the apparatus is configured to generate the error concealment algorithm type indicator by:
comparing a first picture of the sequence or a part thereof with a second picture of the sequence;
calculating a measure of similarity between the first picture or said part thereof and said second picture; and
comparing the measure of similarity with a predetermined criterion of similarity.
18. An apparatus according to claim 16, wherein the apparatus is configured to generate the error concealment algorithm type indicator by:
comparing a first picture of the sequence or a part thereof with a second picture of the sequence;
calculating a measure of similarity between the first picture or said part thereof and said second picture; and
comparing the measure of similarity with a predetermined criterion of similarity.
19. An apparatus according to claim 18, wherein the apparatus is configured to:
generate the error concealment algorithm type indicator to indicate that a non-temporally-predictive error concealment algorithm should be used in the corresponding decoding process for the first picture or said part thereof when the measure of similarity does not meet the predetermined criterion of similarity; and
generate the error concealment algorithm type indicator to indicate that a temporally-predictive error concealment algorithm should be used in the corresponding decoding process for the first picture or said part thereof when the measure of similarity meets the predetermined criterion of similarity.
20. An apparatus according to claim 19, wherein the apparatus is configured to update the error concealment algorithm type indicator when the measure of similarity does not meet the predetermined criterion of similarity.
21. An apparatus according to claim 19, wherein the apparatus is configured to include the error concealment algorithm type indicator in a picture header.
22. An apparatus according to claim 19, wherein the apparatus is configured to encode the video signal according to the H.263 standard and to include the error concealment algorithm type indicator in the Supplemental Enhancement Information of the standard.
23. An apparatus according to claim 19, wherein the apparatus is configured to use a scene identifier as the error concealment algorithm type indicator, the scene identifier having the same value for all pictures of a scene, the scene identifier having a different value for each different scene.
24. An apparatus according to claim 19, wherein the apparatus is configured to use a scene identifier as the error concealment algorithm type indicator, the scene identifier having one of two values, with pictures from adjacent scenes having non-identical scene identifier values.
25. An apparatus according to claim 19, wherein the apparatus is configured to include the error concealment algorithm type indicator in a picture segment header and/or a macroblock header.
26. An apparatus according to claim 19, wherein the apparatus is configured to generate the error concealment algorithm type indicator to indicate a type of error concealment algorithm to be applied to a specified rectangular area of a picture.
27. An apparatus according to claim 26, wherein the apparatus is configured to provide multiple error concealment algorithm type indicators for a picture, each error concealment algorithm type indicator being specific to one of a plurality of non-overlapping rectangular areas of the picture.
28. An apparatus according to claim 19, wherein the apparatus is configured to update the error concealment algorithm type indicator when the measure of similarity does not meet the predetermined criterion of similarity, and to leave the error concealment algorithm type indicator unchanged when the measure of similarity meets the predetermined criterion of similarity.
29. A portable radio communications device including at least one of an apparatus for encoding a video signal representing a sequence of pictures to form an encoded video signal and an apparatus for decoding an encoded video signal representing a sequence of pictures, the apparatus for encoding a video signal being configured to:
generate an error concealment algorithm type indicator for a picture or a part thereof, the error concealment algorithm type indicator for providing an indication of a type of error concealment algorithm, said indication to be used as the basis for choosing, in a corresponding decoding process, a particular error concealment algorithm of the type indicated; and
provide the error concealment algorithm type indicator, for use in the corresponding decoding process, separate from an indication of an encoding mode for the picture, and
the apparatus for decoding an encoded video signal being configured to:
receive an error concealment algorithm type indicator for a picture or a part thereof, the error concealment algorithm type indicator being separate from an indication of an encoding mode for the picture;
use the received error concealment algorithm type indicator as the basis for choosing a particular error concealment algorithm of the type indicated; and
apply the chosen error concealment algorithm to conceal an error in the picture or said part thereof.
30. An apparatus for encoding a video signal representing a sequence of pictures to form an encoded video signal, the apparatus comprising one or more functional units for:
generating an error concealment algorithm type indicator for a picture or a part thereof, the error concealment algorithm type indicator for providing an indication of a type of error concealment algorithm, said indication to be used as the basis for choosing, in a corresponding decoding process, a particular error concealment algorithm of the type indicated; and
providing the error concealment algorithm type indicator, for use in the corresponding decoding process, separate from an indication of an encoding mode for the picture.
31. An apparatus for encoding a video signal representing a sequence of pictures to form an encoded video signal, the apparatus comprising a processor configured to control:
generation of an error concealment algorithm type indicator for a picture or a part thereof, the error concealment algorithm type indicator for providing an indication of a type of error concealment algorithm, said indication to be used as the basis for choosing, in a corresponding decoding process, a particular error concealment algorithm of the type indicated; and
provision of the error concealment algorithm type indicator, for use in the corresponding decoding process, separate from an indication of an encoding mode for the picture.
32. An apparatus for decoding an encoded video signal representing a sequence of pictures, the apparatus comprising a processor configured to control:
reception of an error concealment algorithm type indicator for a picture or a part thereof, the error concealment algorithm type indicator being separate from an indication of an encoding mode for the picture;
choice of a particular error concealment algorithm of a type indicated by the received error concealment algorithm type indicator; and
application of the chosen error concealment algorithm to conceal an error in the picture or said part thereof.
US12/172,062 2000-05-15 2008-07-11 Video coding Abandoned US20080267299A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/172,062 US20080267299A1 (en) 2000-05-15 2008-07-11 Video coding

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
GB0011639A GB2362533A (en) 2000-05-15 2000-05-15 Encoding a video signal with an indicator of the type of error concealment used
GB0011639.2 2000-05-15
US09/854,463 US7400684B2 (en) 2000-05-15 2001-05-15 Video coding
US12/172,062 US20080267299A1 (en) 2000-05-15 2008-07-11 Video coding

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/854,463 Continuation US7400684B2 (en) 2000-05-15 2001-05-15 Video coding

Publications (1)

Publication Number Publication Date
US20080267299A1 true US20080267299A1 (en) 2008-10-30

Family

ID=9891588

Family Applications (3)

Application Number Title Priority Date Filing Date
US09/854,463 Expired - Fee Related US7400684B2 (en) 2000-05-15 2001-05-15 Video coding
US11/677,025 Abandoned US20070189398A1 (en) 2000-05-15 2007-02-20 Video coding
US12/172,062 Abandoned US20080267299A1 (en) 2000-05-15 2008-07-11 Video coding

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US09/854,463 Expired - Fee Related US7400684B2 (en) 2000-05-15 2001-05-15 Video coding
US11/677,025 Abandoned US20070189398A1 (en) 2000-05-15 2007-02-20 Video coding

Country Status (16)

Country Link
US (3) US7400684B2 (en)
EP (1) EP1293096A2 (en)
JP (2) JP5007012B2 (en)
KR (2) KR100931873B1 (en)
CN (2) CN1848956B (en)
AU (1) AU2001260295A1 (en)
BR (1) BR0110493A (en)
CA (1) CA2408726C (en)
EE (1) EE05595B1 (en)
GB (1) GB2362533A (en)
HK (1) HK1096517A1 (en)
HU (1) HUP0301969A3 (en)
MX (1) MXPA02011211A (en)
SG (1) SG147299A1 (en)
WO (1) WO2001089228A1 (en)
ZA (1) ZA200208742B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070202842A1 (en) * 2006-02-15 2007-08-30 Samsung Electronics Co., Ltd. Method and system for partitioning and encoding of uncompressed video for transmission over wireless medium
US20080186404A1 (en) * 2005-01-08 2008-08-07 Provision Communication Technologies Limited Video Error Concealment
US20090021646A1 (en) * 2007-07-20 2009-01-22 Samsung Electronics Co., Ltd. Method and system for communication of uncompressed video information in wireless systems
US20090063935A1 (en) * 2007-08-29 2009-03-05 Samsung Electronics Co., Ltd. Method and system for wireless communication of uncompressed video information
US20110206120A1 (en) * 2002-02-21 2011-08-25 At&T Intellectual Property Ii, L.P. System and method for encoding and decoding using texture replacement
US9369759B2 (en) 2009-04-15 2016-06-14 Samsung Electronics Co., Ltd. Method and system for progressive rate adaptation for uncompressed video communication in wireless systems
US10282866B2 (en) 2001-10-11 2019-05-07 At&T Intellectual Property Ii, L.P. Texture replacement in video sequences and images

Families Citing this family (45)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7751473B2 (en) * 2000-05-15 2010-07-06 Nokia Corporation Video coding
GB2362533A (en) * 2000-05-15 2001-11-21 Nokia Mobile Phones Ltd Encoding a video signal with an indicator of the type of error concealment used
US7039117B2 (en) * 2001-08-16 2006-05-02 Sony Corporation Error concealment of video data using texture data recovery
US7610358B2 (en) * 2001-11-26 2009-10-27 Time Warner Cable System and method for effectively presenting multimedia information materials
US7003035B2 (en) 2002-01-25 2006-02-21 Microsoft Corporation Video coding methods and apparatuses
US20040001546A1 (en) 2002-06-03 2004-01-01 Alexandros Tourapis Spatiotemporal prediction for bidirectionally predictive (B) pictures and motion vector prediction for multi-picture reference motion compensation
KR101075860B1 (en) 2002-07-15 2011-10-25 노키아 코포레이션 Method for error concealment in video sequences
US7154952B2 (en) 2002-07-19 2006-12-26 Microsoft Corporation Timestamp-independent motion vector prediction for predictive (P) and bidirectionally predictive (B) pictures
US7627042B2 (en) * 2003-01-23 2009-12-01 Ittiam Systems (P) Ltd. System, method, and apparatus for error recovery in coded video signals
US8705613B2 (en) * 2003-06-26 2014-04-22 Sony Corporation Adaptive joint source channel coding
US8064520B2 (en) 2003-09-07 2011-11-22 Microsoft Corporation Advanced bi-directional predictive coding of interlaced video
US7394855B2 (en) * 2003-11-20 2008-07-01 Mitsubishi Electric Research Laboratories, Inc. Error concealing decoding method of intra-frames of compressed videos
KR100556911B1 (en) * 2003-12-05 2006-03-03 엘지전자 주식회사 Video data format for wireless video streaming service
US8582640B2 (en) * 2003-12-16 2013-11-12 Sony Corporation Adaptive joint source channel coding
WO2005094086A1 (en) * 2004-02-27 2005-10-06 Thomson Licensing Error concealment technique using weighted prediction
US8010652B2 (en) * 2004-05-07 2011-08-30 Nokia Corporation Refined quality feedback in streaming services
EP1638337A1 (en) 2004-09-16 2006-03-22 STMicroelectronics S.r.l. Method and system for multiple description coding and computer program product therefor
US7738561B2 (en) * 2004-11-16 2010-06-15 Industrial Technology Research Institute MPEG-4 streaming system with adaptive error concealment
US20060262860A1 (en) * 2005-02-23 2006-11-23 Chou Jim C Macroblock adaptive frame/field coding architecture for scalable coding
JP2006270435A (en) * 2005-03-23 2006-10-05 Toshiba Corp Dynamic image encoder
US7660354B2 (en) * 2005-05-11 2010-02-09 Fang Shi Temporal error concealment for bi-directionally predicted frames
JP2009510822A (en) * 2005-09-26 2009-03-12 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Encoding / decoding method and apparatus for improving video error concealment
FR2894739A1 (en) * 2005-12-12 2007-06-15 Thomson Licensing Sa ENCODING METHOD, DECODING METHOD, ENCODING DEVICE, AND VIDEO DATA DECODING DEVICE
KR100728587B1 (en) * 2006-01-05 2007-06-14 건국대학교 산학협력단 Hybrid error concealment method for intra-frame in h.264
KR20080008137A (en) 2006-07-19 2008-01-23 삼성전자주식회사 Apparatus and method for decoding image
JP2010503264A (en) * 2006-08-28 2010-01-28 トムソン ライセンシング Method and apparatus for determining expected distortion in a decoded video block
US20080095228A1 (en) * 2006-10-20 2008-04-24 Nokia Corporation System and method for providing picture output indications in video coding
US8619874B2 (en) * 2007-04-13 2013-12-31 Apple Inc. Method and system for video encoding and decoding
JP2008283253A (en) * 2007-05-08 2008-11-20 Sharp Corp Image transmission system, image encoding device, and image decoding device
US8254455B2 (en) 2007-06-30 2012-08-28 Microsoft Corporation Computing collocated macroblock information for direct mode macroblocks
KR20100058471A (en) * 2007-08-15 2010-06-03 톰슨 라이센싱 Method and apparatus for error concealment in multi-view coded video
US8638844B2 (en) * 2008-07-01 2014-01-28 Mediatek Inc. Method and apparatus for storing decoded moving pictures with a reduced memory requirement
FR2934453B1 (en) * 2008-07-22 2010-10-15 Canon Kk ERROR MASKING METHOD AND DEVICE
KR101590633B1 (en) 2008-11-11 2016-02-02 삼성전자주식회사 / /apparatus for processing video encoding and decoding using video separation based on slice level and method therefor
US8189666B2 (en) 2009-02-02 2012-05-29 Microsoft Corporation Local picture identifier and computation of co-located information
US20100195742A1 (en) * 2009-02-02 2010-08-05 Mediatek Inc. Error concealment method and apparatus
CN101931819B (en) * 2009-06-26 2012-12-26 宏碁股份有限公司 Temporal error concealment method
KR101681589B1 (en) 2010-07-27 2016-12-01 엘지전자 주식회사 Image processing apparatus and method thereof
US9432704B2 (en) * 2011-11-06 2016-08-30 Akamai Technologies Inc. Segmented parallel encoding with frame-aware, variable-size chunking
WO2014001605A1 (en) * 2012-06-28 2014-01-03 Ant-Advanced Network Technologies Oy Processing and error concealment of digital signals
US9716602B2 (en) 2013-07-08 2017-07-25 Hughes Network Systems, Llc System and method for iterative compensation for linear and nonlinear interference in system employing FTN symbol transmission rates
EP3055962B1 (en) 2013-10-08 2018-12-05 Hughes Network Systems, LLC System and method for pre-distortion and iterative compensation for nonlinear distortion in system employing ftn symbol transmission rates
US9485456B2 (en) 2013-12-30 2016-11-01 Akamai Technologies, Inc. Frame-rate conversion in a distributed computing system
US9246717B2 (en) 2014-06-30 2016-01-26 Hughes Network Systems, Llc Optimized receivers for faster than nyquist (FTN) transmission rates in high spectral efficiency satellite systems
CN110366033B (en) * 2019-07-17 2021-10-22 腾讯科技(深圳)有限公司 Video playing method, device, equipment and storage medium

Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4875094A (en) * 1987-04-10 1989-10-17 U.S. Philips Corporation Method of and device for estimating motion in a sequence of pictures
US4972261A (en) * 1987-08-28 1990-11-20 The General Electric Company, P.L.C. Motion compensation image signal encoding system
US5410553A (en) * 1991-07-24 1995-04-25 Goldstar Co., Ltd. Error concealment control method and device of digital video signal
US5436664A (en) * 1992-09-18 1995-07-25 Sgs-Thomson Microelectronics S.A. Method for masking transmission errors of MPEG compressed pictures
US5727088A (en) * 1995-01-23 1998-03-10 Samsung Electronics Co., Ltd. Error concealment method in a B-picture
US5731922A (en) * 1992-08-21 1998-03-24 Mitsubishi Denki Kabushiki Kaisha Image recording system performing error correction repeatedly with the same check fields
US5737022A (en) * 1993-02-26 1998-04-07 Kabushiki Kaisha Toshiba Motion picture error concealment using simplified motion compensation
US5978509A (en) * 1996-10-23 1999-11-02 Texas Instruments Incorporated Low power video decoder system with block-based motion compensation
US6188792B1 (en) * 1995-10-27 2001-02-13 Kabushiki Kaisha Toshiba Video encoding and decoding apparatus
US6350493B1 (en) * 1994-03-01 2002-02-26 Lockheed Martin Corporation Method of dispersing fibers in electromagnetic-attenuating coating materials
US6351493B1 (en) * 1998-06-30 2002-02-26 Compaq Computer Corporation Coding an intra-frame upon detecting a scene change in a video sequence
US6363115B1 (en) * 1997-11-07 2002-03-26 U.S. Philips Corporation Coding a sequence of pictures
US6400890B1 (en) * 1997-05-16 2002-06-04 Hitachi, Ltd. Image retrieving method and apparatuses therefor
US6438165B2 (en) * 1998-03-09 2002-08-20 Lg Electronics Method and apparatus for advanced encoder system
US6515695B1 (en) * 1998-11-09 2003-02-04 Kabushiki Kaisha Toshiba Terminal and system for multimedia communications
US6594790B1 (en) * 1999-08-25 2003-07-15 Oki Electric Industry Co., Ltd. Decoding apparatus, coding apparatus, and transmission system employing two intra-frame error concealment methods
US6636565B1 (en) * 1999-01-12 2003-10-21 Lg Electronics Inc. Method for concealing error
US6661927B1 (en) * 2000-07-27 2003-12-09 Motorola, Inc. System and method for efficiently encoding an image by prioritizing groups of spatially correlated coefficients based on an activity measure
US6671319B1 (en) * 1999-12-28 2003-12-30 Sony Corporation Methods and apparatus for motion estimation using neighboring macroblocks
US6714724B1 (en) * 1999-08-05 2004-03-30 Bradley Steven Cook Portable device for capturing image and sound data including compact memory and board arrangement
US6862320B1 (en) * 1997-10-23 2005-03-01 Mitsubishi Denki Kabushiki Kaisha Image decoder, image encoder, image communication system, and encoded bit stream converter
US7400684B2 (en) * 2000-05-15 2008-07-15 Nokia Corporation Video coding

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6123780A (en) * 1984-07-12 1986-02-01 Kureha Chem Ind Co Ltd Oxygen cathode for electrolyzing alkali chloride and its manufacture
JP3200108B2 (en) * 1991-10-04 2001-08-20 キヤノン株式会社 Image processing method and apparatus
JP2565057B2 (en) * 1992-06-30 1996-12-18 日本ビクター株式会社 Interframe or interfield predictive coding method
US5532837A (en) * 1992-12-18 1996-07-02 Matsushita Electric Industrial Co., Ltd. Digital video signal processing apparatus
JP3519441B2 (en) * 1993-02-26 2004-04-12 株式会社東芝 Video transmission equipment
CA2114052A1 (en) * 1993-07-29 1995-01-30 Monica Medina-Puri Method of detecting scene cuts
GB2293293B (en) 1994-09-15 1998-10-21 Northern Telecom Ltd Interactive video system
US5778191A (en) * 1995-10-26 1998-07-07 Motorola, Inc. Method and device for error control of a macroblock-based video compression technique
GB9600804D0 (en) * 1996-01-17 1996-03-20 Robb Garry D Multiphone
US6041345A (en) * 1996-03-08 2000-03-21 Microsoft Corporation Active stream format for holding multiple media streams
GB2349032B (en) * 1996-09-12 2001-01-31 Pandora Int Ltd Digital image processing
CA2190785A1 (en) * 1996-11-20 1998-05-20 Nael Hirzalla Method of processing a video stream
KR100196840B1 (en) 1996-12-27 1999-06-15 전주범 Apparatus for reconstucting bits error in the image decoder
GB2362772B (en) * 1997-06-10 2002-01-16 Sony Uk Ltd Concealing errors
EP0925688B1 (en) * 1997-07-16 2004-12-15 Koninklijke Philips Electronics N.V. Video coding method and device, and corresponding decoding device
CN1144470C (en) * 1997-12-01 2004-03-31 三星电子株式会社 Method for expressing code when coding video-frequency information
EP0978200A2 (en) * 1998-02-20 2000-02-09 Koninklijke Philips Electronics N.V. Method and device for coding a sequence of pictures
KR100388802B1 (en) * 1998-11-16 2003-10-22 엘지전자 주식회사 apparatus and method for concealing error
US8693540B2 (en) * 2005-03-10 2014-04-08 Qualcomm Incorporated Method and apparatus of temporal error concealment for P-frame

Patent Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4875094A (en) * 1987-04-10 1989-10-17 U.S. Philips Corporation Method of and device for estimating motion in a sequence of pictures
US4972261A (en) * 1987-08-28 1990-11-20 The General Electric Company, P.L.C. Motion compensation image signal encoding system
US5410553A (en) * 1991-07-24 1995-04-25 Goldstar Co., Ltd. Error concealment control method and device of digital video signal
US5731922A (en) * 1992-08-21 1998-03-24 Mitsubishi Denki Kabushiki Kaisha Image recording system performing error correction repeatedly with the same check fields
US5436664A (en) * 1992-09-18 1995-07-25 Sgs-Thomson Microelectronics S.A. Method for masking transmission errors of MPEG compressed pictures
US5737022A (en) * 1993-02-26 1998-04-07 Kabushiki Kaisha Toshiba Motion picture error concealment using simplified motion compensation
US6350493B1 (en) * 1994-03-01 2002-02-26 Lockheed Martin Corporation Method of dispersing fibers in electromagnetic-attenuating coating materials
US5727088A (en) * 1995-01-23 1998-03-10 Samsung Electronics Co., Ltd. Error concealment method in a B-picture
US6188792B1 (en) * 1995-10-27 2001-02-13 Kabushiki Kaisha Toshiba Video encoding and decoding apparatus
US5978509A (en) * 1996-10-23 1999-11-02 Texas Instruments Incorporated Low power video decoder system with block-based motion compensation
US6400890B1 (en) * 1997-05-16 2002-06-04 Hitachi, Ltd. Image retrieving method and apparatuses therefor
US6862320B1 (en) * 1997-10-23 2005-03-01 Mitsubishi Denki Kabushiki Kaisha Image decoder, image encoder, image communication system, and encoded bit stream converter
US6363115B1 (en) * 1997-11-07 2002-03-26 U.S. Philips Corporation Coding a sequence of pictures
US6438165B2 (en) * 1998-03-09 2002-08-20 Lg Electronics Method and apparatus for advanced encoder system
US6351493B1 (en) * 1998-06-30 2002-02-26 Compaq Computer Corporation Coding an intra-frame upon detecting a scene change in a video sequence
US6515695B1 (en) * 1998-11-09 2003-02-04 Kabushiki Kaisha Toshiba Terminal and system for multimedia communications
US6636565B1 (en) * 1999-01-12 2003-10-21 Lg Electronics Inc. Method for concealing error
US6714724B1 (en) * 1999-08-05 2004-03-30 Bradley Steven Cook Portable device for capturing image and sound data including compact memory and board arrangement
US6594790B1 (en) * 1999-08-25 2003-07-15 Oki Electric Industry Co., Ltd. Decoding apparatus, coding apparatus, and transmission system employing two intra-frame error concealment methods
US6671319B1 (en) * 1999-12-28 2003-12-30 Sony Corporation Methods and apparatus for motion estimation using neighboring macroblocks
US7400684B2 (en) * 2000-05-15 2008-07-15 Nokia Corporation Video coding
US6661927B1 (en) * 2000-07-27 2003-12-09 Motorola, Inc. System and method for efficiently encoding an image by prioritizing groups of spatially correlated coefficients based on an activity measure

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10282866B2 (en) 2001-10-11 2019-05-07 At&T Intellectual Property Ii, L.P. Texture replacement in video sequences and images
US9378565B2 (en) 2002-02-21 2016-06-28 At&T Intellectual Property Ii, L.P. System and method for encoding and decoding using texture replacement
US8787694B2 (en) 2002-02-21 2014-07-22 At&T Intellectual Property Ii, L.P. System and method for encoding and decoding using texture replacement
US10445903B2 (en) 2002-02-21 2019-10-15 At&T Intellectual Property Ii, L.P. System and method for encoding and decoding using texture replacement
US20110206120A1 (en) * 2002-02-21 2011-08-25 At&T Intellectual Property Ii, L.P. System and method for encoding and decoding using texture replacement
US10026200B2 (en) 2002-02-21 2018-07-17 At&T Intellectual Property Ii, L.P. System and method for encoding and decoding using texture replacement
US8401319B2 (en) * 2002-02-21 2013-03-19 At&T Intellectual Property Ii, L.P. System and method for encoding and decoding using texture replacement
US8160145B2 (en) * 2005-01-08 2012-04-17 ProVision Communication Technologies Ltd. Video error concealment with spatial and temporal error concealment
US20080186404A1 (en) * 2005-01-08 2008-08-07 Provision Communication Technologies Limited Video Error Concealment
US20070202842A1 (en) * 2006-02-15 2007-08-30 Samsung Electronics Co., Ltd. Method and system for partitioning and encoding of uncompressed video for transmission over wireless medium
US8605797B2 (en) 2006-02-15 2013-12-10 Samsung Electronics Co., Ltd. Method and system for partitioning and encoding of uncompressed video for transmission over wireless medium
US20090021646A1 (en) * 2007-07-20 2009-01-22 Samsung Electronics Co., Ltd. Method and system for communication of uncompressed video information in wireless systems
US8842739B2 (en) 2007-07-20 2014-09-23 Samsung Electronics Co., Ltd. Method and system for communication of uncompressed video information in wireless systems
US8243823B2 (en) * 2007-08-29 2012-08-14 Samsung Electronics Co., Ltd. Method and system for wireless communication of uncompressed video information
US20090063935A1 (en) * 2007-08-29 2009-03-05 Samsung Electronics Co., Ltd. Method and system for wireless communication of uncompressed video information
US9369759B2 (en) 2009-04-15 2016-06-14 Samsung Electronics Co., Ltd. Method and system for progressive rate adaptation for uncompressed video communication in wireless systems

Also Published As

Publication number Publication date
ZA200208742B (en) 2004-02-19
GB2362533A (en) 2001-11-21
JP2009284518A (en) 2009-12-03
EE200200643A (en) 2004-06-15
CN1258928C (en) 2006-06-07
EP1293096A2 (en) 2003-03-19
KR100931873B1 (en) 2009-12-15
CN1440624A (en) 2003-09-03
HK1096517A1 (en) 2007-06-01
AU2001260295A1 (en) 2001-11-26
JP2003533954A (en) 2003-11-11
HUP0301969A2 (en) 2003-09-29
CN1848956A (en) 2006-10-18
BR0110493A (en) 2003-04-08
EE05595B1 (en) 2012-10-15
GB0011639D0 (en) 2000-07-05
HUP0301969A3 (en) 2005-11-28
CA2408726C (en) 2011-02-08
CN1848956B (en) 2011-09-07
KR20060060065A (en) 2006-06-02
US20070189398A1 (en) 2007-08-16
SG147299A1 (en) 2008-11-28
WO2001089228A1 (en) 2001-11-22
KR100908830B1 (en) 2009-07-21
JP5007012B2 (en) 2012-08-22
MXPA02011211A (en) 2003-03-10
US20010040926A1 (en) 2001-11-15
CA2408726A1 (en) 2001-11-22
JP5007322B2 (en) 2012-08-22
WO2001089228A8 (en) 2002-02-07
US7400684B2 (en) 2008-07-15
KR20030011331A (en) 2003-02-07

Similar Documents

Publication Publication Date Title
US7400684B2 (en) Video coding
US8144764B2 (en) Video coding
CA2409027C (en) Video encoding including an indicator of an alternate reference picture for use when the default reference picture cannot be reconstructed
US7751473B2 (en) Video coding
EP1349398A1 (en) Video processing

Legal Events

Date Code Title Description
AS Assignment

Owner name: SISVEL INTERNATIONAL S.A., LUXEMBOURG

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NOKIA CORPORATION;REEL/FRAME:028379/0241

Effective date: 20120419

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION